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/descriptionThe response includes summary schedule information and triggers. Use the Get Configuration endpoint for full configuration details.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
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
255