List workflows
List the workflows in a project as a filterable inventory, or get the counts of workflows grouped by status.
Example: “pull up all my playbooks”
Usage: pick what you want with view — list for the inventory or counts for the status totals. For the list you can narrow by type (the curated system playbooks or the ones users built), by the latest version’s status, or by a text search over names, and you can sort by the field you choose. The list comes back in pages of up to 100 (50 by default); ask for the next page by its number.
Response: for the list, each workflow with its name, type, latest version status, and timings. For counts, the number of workflows in each status.
Headers
Project ID for tenant scoping
Overrides the key's workspace
User API key
Body
'list' for the paginated inventory, 'counts' for status counts
list, counts Filter by workflow type: system (the curated Playbooks the tagging UI offers) or user (workflows built by users in this workspace).
system, user Free-text search over workflow names
Filter by latest version status
draft, published Sort field
created_at, last_edited, last_run Sort direction
asc, desc 1-based page number (list view)
x >= 1Page size (list view)
1 <= x <= 100Response
Successful Response