{
"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.
{
"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>"
}Successful Response
Show child attributes
Show child attributes
Show child attributes
10001000any, all Show child attributes
Total number of execution attempts. 0 means unlimited, 1 means no retries.
Timeout for the action in seconds.
Retry until a specific condition is met.
Delay before starting the action in seconds. If wait_until is also provided, the wait_until timer will take precedence.
Wait until a specific date and time before starting. Overrides start_delay if both are provided.
Show child attributes
online, offline GET, POST Show child attributes
ISO 8601 duration string
ISO 8601 duration string
ISO 8601 datetime string
ISO 8601 datetime string
The maximum number of seconds to wait for the workflow to complete
This is the runtime configuration for the workflow.
Activities don't need access to this.
Show child attributes
The workflow's target execution environment. This is used to isolate secrets across different environments.If not provided, the default environment (default) is used.
The maximum number of seconds to wait for the workflow to complete.
Was this page helpful?