fal · Arazzo Workflow

fal Serverless App Files Inspection

Version 1.0.0

Confirm a Serverless app exists, then list files on its persistent /data volume.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Artificial IntelligenceGenerative AIGenerative MediaImage-GenerationVideo GenerationAudio GenerationInferenceServerlessGPUMCPArazzoWorkflows

Provider

fal-ai

Workflows

serverless-app-files
Verify a Serverless app, then browse its persistent /data files.
Fetches a Serverless app by id to confirm it exists, then lists the files under a subdirectory of its persistent /data volume.
2 steps inputs: appId, path outputs: appId, endpoint, firstFilePath
1
getApp
Load the Serverless app's metadata to confirm it exists and capture its endpoint before inspecting its files.
2
listFiles
List the files on the persistent /data volume under the supplied subdirectory path.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: fal Serverless App Files Inspection
  summary: Confirm a Serverless app exists, then list files on its persistent /data volume.
  description: >-
    An operations pattern for inspecting persisted artifacts (model weights,
    caches, fine-tune outputs) produced by a fal Serverless app. The workflow
    first loads the app's metadata to confirm it exists and capture its
    endpoint, then lists files on the persistent /data volume under a supplied
    subdirectory. Every step spells out its request inline so the flow can be
    read and executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: appsApi
  url: ../openapi/fal-ai-apps-api-openapi.yml
  type: openapi
- name: filesApi
  url: ../openapi/fal-ai-files-api-openapi.yml
  type: openapi
workflows:
- workflowId: serverless-app-files
  summary: Verify a Serverless app, then browse its persistent /data files.
  description: >-
    Fetches a Serverless app by id to confirm it exists, then lists the files
    under a subdirectory of its persistent /data volume.
  inputs:
    type: object
    required:
    - appId
    properties:
      appId:
        type: string
        description: Serverless app identifier (e.g. "my-org/my-flux-finetune").
      path:
        type: string
        description: Subdirectory under /data to list (optional).
  steps:
  - stepId: getApp
    description: >-
      Load the Serverless app's metadata to confirm it exists and capture its
      endpoint before inspecting its files.
    operationId: getApp
    parameters:
    - name: app_id
      in: path
      value: $inputs.appId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      appId: $response.body#/id
      endpoint: $response.body#/endpoint
  - stepId: listFiles
    description: >-
      List the files on the persistent /data volume under the supplied
      subdirectory path.
    operationId: listFiles
    parameters:
    - name: path
      in: query
      value: $inputs.path
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      firstFilePath: $response.body#/0/path
  outputs:
    appId: $steps.getApp.outputs.appId
    endpoint: $steps.getApp.outputs.endpoint
    firstFilePath: $steps.listFiles.outputs.firstFilePath

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/fal-ai-serverless-app-files-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.