cURL
curl --request GET \ --url https://api.example.com/workflows/{workflow_id} \ --cookie fastapiusersauth=
{ "id": "<string>", "title": "<string>", "description": "<string>", "status": "<string>", "actions": {}, "object": {}, "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "webhook": { "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "id": "<string>", "secret": "<string>", "status": "online", "allowlisted_cidrs": [ "<string>" ], "filters": {}, "methods": [ "GET" ], "workflow_id": "<string>", "url": "<string>", "has_active_api_key": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "entrypoint_ref": "<string>", "api_key_preview": "<string>", "api_key_created_at": "2023-11-07T05:31:56Z", "api_key_last_used_at": "2023-11-07T05:31:56Z", "api_key_revoked_at": "2023-11-07T05:31:56Z" }, "schedules": [ { "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "every": "<string>", "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "id": "<string>", "status": "online", "cron": "<string>", "inputs": {}, "offset": "<string>", "start_at": "2023-11-07T05:31:56Z", "end_at": "2023-11-07T05:31:56Z", "timeout": 123 } ], "entrypoint": "<string>", "static_inputs": {}, "returns": "<unknown>", "config": { "environment": "default", "timeout": 300 }, "version": 123, "expects": {}, "alias": "<string>", "error_handler": "<string>" }
Return Workflow as title, description, list of Action JSONs, adjacency list of Action IDs.
Successful Response
Show child attributes
This is the runtime configuration for the workflow.
Activities don't need access to this.
Was this page helpful?