Retrieve a paginated list of workflow runs across all workflows for the current tenant.
Supports filtering by:
asset_fqn: Filter runs by asset FQN (prefix match)workflow_type: Filter by workflow typestatus: Comma-separated status list (e.g., ‘running,failed,completed’). Valid statuses: pending, scheduled, running, completed, failed, cancelled, retrying, cached, crashedstart_date: Filter runs started after this date (ISO 8601)end_date: Filter runs started before this date (ISO 8601)Supports sorting by:
sort: Multi-sort format: field:order,field:order (e.g., ‘status:desc,started_at:asc’). Valid fields: workflow_name, started_at, status. Valid orders: asc, descDocumentation 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
x >= 1Items per page
1 <= x <= 100Filter by asset FQN (prefix match)
Filter by workflow type Workflow types available in the system.
These values match the Prefect deployment names defined in
scripts/prefect/deploy.py to enable direct mapping when triggering workflows.
generate-table-description, generate-pii-tags, generate-dq-tags, generate-sensitivity-tags, enrich-table-columns, service-ingestion, profiling, dq-rule-generation, dq-execution, metadata-assessment, dq-assessment, dq-tag-generation, intelligence, metadata-enrichment, run-all-enrichment Comma-separated status list (e.g., 'running,failed,completed'). Case-insensitive.
Start date (ISO 8601)
End date (ISO 8601)
Multi-sort format: field:order,field:order (e.g., 'status:desc,started_at:asc'). Valid fields: workflow_name, started_at, status. Valid orders: asc, desc