List Workflow Configurations
Retrieve a paginated list of workflow configurations available to the current user.
Supports filtering by:
data_asset_type: Filter configurations linked to a specific data asset typeworkflow_type: Filter by type (generate-pii-tags, generate-dq-tags, etc.)status: Filter by configuration statushas_schedule: Filter configurations with active scheduleshas_triggers: Filter configurations with active triggerssearch: Search by workflow name/descriptionis_default: Filter by default configuration status (passtrueto list only the canonical default per workflow type)
The response includes summary schedule information and triggers. Use the Get Configuration endpoint for full configuration details.
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.
Query Parameters
Page number (1-indexed)
x >= 11
Items per page (max 100)
1 <= x <= 10020
Filter configurations linked to a specific data asset type
"table"
Filter by workflow type
"generate-pii-tags"
Filter by configuration status
"active"
Filter configurations with active schedules
Filter configurations with active triggers
Search by workflow name/description
255Filter by default configuration status

