List Workflows
Workflows
List Workflows
Paginate over automation workflows configured in the workspace
GET
List Workflows
Request
Workflows are automation rules that fire when a condition on an entity is met. Use this endpoint to list, audit, or monitor workflow configuration without accessing the UI.Query Parameters
Page number.
Results per page. Maximum 100.
Filter to only enabled or disabled workflows.
Filter to workflows triggered on a specific entity type:
contact, deal, task, email, or meeting.Full-text search on workflow names.
Headers
Response
Pagination metadata.
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:workflows permission |
| 429 | rate_limited | Rate limit exceeded |