cURL
Workflows
List Workflows
List your workflows, newest first, in a limit/offset pagination envelope ({count, next, previous, results}, default page size 50). Each row is one version; workflow_id is the stable group ID and new sessions use the latest published version.
GET
cURL
Authorizations
Query Parameters
Page size (number of workflows per page).
Number of rows to skip before the first returned workflow.
Response
One page of workflows ordered by created_at descending, wrapped in the pagination envelope. Each item in results is a WorkflowListItem.