Get workflow details
Returns the full workflow template including workflow_json, parameter definitions, labels, and timeout/retry configuration.
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Headers
UUID of the team to scope the request to. Used by dual-auth endpoints (runtime + scoped management):
- JWT callers MUST send it — a user may belong to multiple teams and the runtime cannot otherwise know which one to operate on. Missing header → 400.
- Credential callers (
sk-,dk-) can omit it because the team is derived from the credential row itself. Any value sent is ignored.
"019abc12-4567-7890-abcd-ef1234567891"
Path Parameters
UUID of the workflow.
"019abc12-8901-7890-abcd-ef1234567895"
Response
Workflow details
Full workflow template details including the workflow JSON and parameter definitions. Note: workflow_json is not returned for API-Key authenticated requests.
UUID of the workflow.
"019abc12-8901-7890-abcd-ef1234567895"
Globally unique URL-friendly slug for the workflow.
"sd-portrait-v2"
Workflow name.
"SD 1.5 Portrait Generator"
Auto-incrementing version number. Increases by 1 on each update.
3
Current workflow status:
active: Workflow can accept new task submissions.disabled: New task submissions are rejected.
active, disabled "active"
When the workflow was created (ISO 8601).
"2025-01-20T10:00:00Z"
When the workflow was last updated (ISO 8601).
"2025-02-15T14:30:00Z"
Workflow description.
Complete tool-specific workflow definition. Not returned for API-Key authenticated requests.
Configurable parameter definitions.
Labels required for agent matching.
["gpu", "sd15"]Maximum execution time in seconds after agent ACK. 0 means no timeout.
300
Maximum number of automatic retries on failure. 0 means no retry.
2
Preferred GPU type for agent matching.
"RTX_4090"
Default compute source for tasks created from this workflow.
agent, comfy_cloud "agent"
Minimum GPU VRAM required (decimal GB). 0 means no requirement.
24
Model paths the workflow needs in an agent's cache.
["checkpoints/sdxl-base.safetensors"]Tool runtime used by this workflow:
comfyui: ComfyUI API workflow JSON (default, backward compatible).nerfstudio: Nerfstudio 3DGS pipeline spec.
comfyui, nerfstudio "comfyui"
