Get Workflows
Get all workflows with the latest version for the organization.
Search semantics:
- If 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).
- Falls back to deprecated title (title-only search) if search_key is not provided.
- Parameter metadata search excludes soft-deleted parameter rows across all parameter tables.
Query parameters
Case-insensitive substring search across: workflow title, folder name, and parameter metadata (key, description, default_value). A workflow is returned if any of these fields match. Soft-deleted parameter definitions are excluded. Takes precedence over the deprecated title parameter.
Case-insensitive substring search across: workflow title, folder name, and parameter metadata (key, description, default_value). A workflow is returned if any of these fields match. Soft-deleted parameter definitions are excluded. Takes precedence over the deprecated title parameter.
Deprecated: use search_key instead. Falls back to title-only search if search_key is not provided.
Deprecated: use search_key instead. Falls back to title-only search if search_key is not provided.
Filter workflows by folder ID
Filter workflows by folder ID
Headers
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Response
Successful Response