Error
List workflows
List Pharen Hub workflows in a team, filtered by name, owner, or status, to discover workflow UUIDs before running them through the REST API.
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
Team UUID that owns the workflows.
Search workflows by name, description, or owner.
Filter by workflow status.
Sort by
name, updated_at, or created_at. Prefix with - for descending order.Page number for paginated responses.
Number of workflows per page. Maximum value is
100.Response
Total number of matching workflows.
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