Retrieve detailed information about a specific workflow run, including all associated tasks.
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.
Configuration ID
Run ID
Successful Response
Full workflow run information for detail responses.
Inherits common fields from WorkflowRunBaseFields.
Unique run identifier
"123e4567-e89b-12d3-a456-426614174002"
Workflow configuration ID
"123e4567-e89b-12d3-a456-426614174000"
Run status
"completed"
Workflow name
"PII Detection - Production"
Type of workflow
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 "generate-pii-tags"
Fully qualified name of the data asset
"PostgreSQL.dvdrental.public.customer"
Run start timestamp (ISO 8601)
"2024-01-15T10:30:00Z"
Run completion timestamp (ISO 8601)
"2024-01-15T10:35:00Z"
Service/connection name (derived from asset_fqn)
"PostgreSQL"
Database name (derived from asset_fqn)
"dvdrental"
Schema name (derived from asset_fqn)
"public"
Table name (derived from asset_fqn, null for schema-level workflows)
"customer"
Total run duration in seconds
300.5
Error message if run failed
null
Input parameters for the run
{
"asset_fqn": "PostgreSQL.dvdrental.public.customer"
}Output data from the run
{ "tags_applied": 15 }List of tasks associated with this workflow run