Get Workflow Configuration
Retrieve detailed information about a specific workflow configuration.
Returns the full configuration details including:
- Configuration overrides
- Schedule configuration
- Trigger configurations
- Workflow definition metadata (name, type, supported data asset types)
The config, schedule, and triggers represent configuration-specific settings that feed into deployed pipelines without redeploying code.
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.
Path Parameters
Unique configuration identifier
"550e8400-e29b-41d4-a716-446655440001"
Response
Successful Response
Full workflow configuration information for detail responses.
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"
Unique configuration identifier
"123e4567-e89b-12d3-a456-426614174000"
Workflow name
"PII Detection - Production"
Workflow category
ingestion, enrichment, data_quality, assessment, intelligence "enrichment"
Supported data asset types
["table"]Configuration status
"active"
Whether this is the default configuration
false
Creation timestamp (ISO 8601)
"2024-01-15T10:30:00Z"
Last update timestamp (ISO 8601)
"2024-01-16T14:20:00Z"
Workflow description
"Detects and tags PII in production tables"
Configuration overrides
{ "confidence_threshold": 0.85 }Full schedule configuration
{
"cron_expression": "0 0 * * *",
"enabled": true,
"start_date": "2024-01-01T00:00:00Z",
"timezone": "America/New_York"
}List of triggers

