List Workflows
Retrieve a paginated list of your workflows, including their approvals.
Workflows let you pack approvals together and request them easily.
Filter with the optional query parameters: search (matches the workflow name or the name of a contained approval), active (active or inactive workflows only), types (only workflows containing approvals of the given resource types), and internalId (only the workflow containing the approval with your identifier).
Use pageIndex and pageSize to paginate.
Headers
Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.
^\d{4}-\d{2}-\d{2}$"2026-07-06"
Query Parameters
Zero-based page index. 0 returns the first page.
0
Number of items per page
5 <= x <= 10010
Search query to filter by. Is case-insensitive and does not need to match the entire value.
100"example"
Filter by active status. Accepts true/false as string or boolean.
true
Filter by resource types. Can be a single value or array
CONSENT, FORM, DOCUMENT, JSON, POLICY Identifier to help you identify the resource in your own system. We recommend using a unique value.
"internal-12345"