List workflows
Paginated list of workflows in the caller's org, with optional search, status, platform, and created/last-run date filters via query params.
Query parameters
free-text search across workflow name or ID substring
free-text search across workflow name or ID substring
filter by workflow status (lowercase)
filter by workflow status (lowercase)
filter by device platform (lowercase)
filter by device platform (lowercase)
only workflows created at/after this RFC3339 time
only workflows created at/after this RFC3339 time
only workflows created at/before this RFC3339 time
only workflows created at/before this RFC3339 time
only workflows last run at/after this RFC3339 time
only workflows last run at/after this RFC3339 time
only workflows last run at/before this RFC3339 time
only workflows last run at/before this RFC3339 time
Response
OK
Example response
{
"$schema": "/api/v1/WorkflowListResponse.json",
"workflows": [
{
"$schema": "/api/v1/WorkflowResponse.json"
}
]
}