Error
List workflows
Fetch workflow definitions available to the API key. Requires the workflows:read scope.
GET
Error
Returns workflows in the selected team. Workflow endpoints are team-oriented, so include
team_id for predictable results.
Required API key scope:
workflows:read.Query parameters
string
required
Team UUID that owns the workflows.
string
Search workflows by name, description, or owner.
string
Filter by workflow status.
string
Sort by
name, updated_at, or created_at. Prefix with - for descending order.integer
Page number for paginated responses.
integer
Number of workflows per page. Maximum value is
100.Response
integer
Total number of matching workflows.
array
Workflow records visible to the key.
Authorizations
Paste your Pharen API key without the Bearer prefix.
Query Parameters
Team UUID for team-scoped keys.
Page number for paginated results.
Required range:
x >= 1Number of results per page.
Required range:
1 <= x <= 100