curl --request GET \
--url https://api.skyvern.com/v1/workflows[
{
"workflow_id": "<string>",
"organization_id": "<string>",
"title": "<string>",
"workflow_permanent_id": "<string>",
"version": 123,
"is_saved_task": true,
"workflow_definition": {
"parameters": [
{
"key": "<string>",
"workflow_parameter_id": "<string>",
"workflow_parameter_type": "string",
"workflow_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"parameter_type": "workflow",
"description": "<string>",
"default_value": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
}
],
"blocks": [
{
"label": "<string>",
"output_parameter": {
"key": "<string>",
"output_parameter_id": "<string>",
"workflow_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"parameter_type": "output",
"description": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
},
"next_block_label": "<string>",
"block_type": "conditional",
"continue_on_failure": false,
"model": {},
"disable_cache": false,
"next_loop_on_failure": false,
"branch_conditions": [
{
"id": "<string>",
"criteria": {
"expression": "<string>",
"criteria_type": "jinja2_template",
"description": "<string>"
},
"next_block_label": "<string>",
"description": "<string>",
"is_default": false
}
]
}
],
"version": 1,
"finally_block_label": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"is_template": false,
"description": "<string>",
"proxy_location": "RESIDENTIAL",
"webhook_callback_url": "<string>",
"totp_verification_url": "<string>",
"totp_identifier": "<string>",
"persist_browser_session": false,
"model": {},
"status": "published",
"max_screenshot_scrolls": 123,
"extra_http_headers": {},
"run_with": "<string>",
"ai_fallback": false,
"cache_key": "<string>",
"run_sequentially": true,
"sequential_key": "<string>",
"folder_id": "<string>",
"import_error": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
}
]Get all workflows with the latest version for the organization.
Search semantics:
search_key is provided, its value is used as a unified search term for
workflows.title, folders.title, and workflow parameter metadata (key, description, and default_value for
WorkflowParameterModel).title (title-only search) if search_key is not provided.curl --request GET \
--url https://api.skyvern.com/v1/workflows[
{
"workflow_id": "<string>",
"organization_id": "<string>",
"title": "<string>",
"workflow_permanent_id": "<string>",
"version": 123,
"is_saved_task": true,
"workflow_definition": {
"parameters": [
{
"key": "<string>",
"workflow_parameter_id": "<string>",
"workflow_parameter_type": "string",
"workflow_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"parameter_type": "workflow",
"description": "<string>",
"default_value": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
}
],
"blocks": [
{
"label": "<string>",
"output_parameter": {
"key": "<string>",
"output_parameter_id": "<string>",
"workflow_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"parameter_type": "output",
"description": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
},
"next_block_label": "<string>",
"block_type": "conditional",
"continue_on_failure": false,
"model": {},
"disable_cache": false,
"next_loop_on_failure": false,
"branch_conditions": [
{
"id": "<string>",
"criteria": {
"expression": "<string>",
"criteria_type": "jinja2_template",
"description": "<string>"
},
"next_block_label": "<string>",
"description": "<string>",
"is_default": false
}
]
}
],
"version": 1,
"finally_block_label": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"is_template": false,
"description": "<string>",
"proxy_location": "RESIDENTIAL",
"webhook_callback_url": "<string>",
"totp_verification_url": "<string>",
"totp_identifier": "<string>",
"persist_browser_session": false,
"model": {},
"status": "published",
"max_screenshot_scrolls": 123,
"extra_http_headers": {},
"run_with": "<string>",
"ai_fallback": false,
"cache_key": "<string>",
"run_sequentially": true,
"sequential_key": "<string>",
"folder_id": "<string>",
"import_error": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
}
]Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
x >= 1x >= 1Unified search across workflow title, folder name, and parameter metadata (key, description, default_value).
Deprecated: use search_key instead.
Filter workflows by folder ID
published, draft, auto_generated, importing, import_failed Successful Response
Show child attributes
RESIDENTIAL, US-CA, US-NY, US-TX, US-FL, US-WA, RESIDENTIAL_ES, RESIDENTIAL_IE, RESIDENTIAL_GB, RESIDENTIAL_IN, RESIDENTIAL_JP, RESIDENTIAL_FR, RESIDENTIAL_DE, RESIDENTIAL_NZ, RESIDENTIAL_ZA, RESIDENTIAL_AR, RESIDENTIAL_AU, RESIDENTIAL_BR, RESIDENTIAL_TR, RESIDENTIAL_CA, RESIDENTIAL_MX, RESIDENTIAL_IT, RESIDENTIAL_NL, RESIDENTIAL_PH, RESIDENTIAL_ISP, NONE published, draft, auto_generated, importing, import_failed Show child attributes