Get App Workflow
Discover
Get App Workflow
Returns the underlying workflow graph for an app — the processing nodes and the edges (connections) between them. Useful for understanding how an app transforms inputs into outputs.
Each node represents a processing step (e.g. image generation, video creation, upscaling). Edges show the data flow between nodes.
GET
Get App Workflow
Inspect the DAG (nodes and edges) behind an app. Each node is a processing step — image generation, video creation, compositing, upscaling — and edges show the data flow between them. Useful for agents that need to reason about what an app does before running it, or for building tooling that classifies apps by pipeline structure.Documentation Index
Fetch the complete documentation index at: https://docs.uselamina.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Workspace API key. Prefix: lma_. Example: lma_abc123...
Path Parameters
The app ID (UUID) from the List Apps response
Response
Workflow structure with nodes and edges
The workflow graph showing processing nodes and their connections