Get Workflow Definition
Retrieve detailed information about a specific workflow definition.
Workflow definitions are the deployed pipeline templates that can be configured with custom settings. This endpoint returns the full definition including supported data asset types and default configuration.
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 workflow definition identifier
"550e8400-e29b-41d4-a716-446655440000"
Response
Successful Response
Response for workflow definition operations.
Inherits common fields from WorkflowDefinitionBaseFields.
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 workflow definition identifier
"123e4567-e89b-12d3-a456-426614174001"
Workflow name
"Generate PII Tags"
Workflow category
ingestion, enrichment, data_quality, assessment, intelligence "enrichment"
Supported data asset types
["table"]Whether workflow is active
true
Creation timestamp (ISO 8601)
"2024-01-01T00:00:00Z"
Workflow description
"Detects and tags PII data in tables"
Default configuration
{ "confidence_threshold": 0.8 }
