Skip to main content
GET
List Workflow Configurations

Authorizations

Authorization
string
header
required

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.

Query Parameters

page
integer
default:1

Page number (1-indexed)

Required range: x >= 1
Example:

1

per_page
integer
default:20

Items per page (max 100)

Required range: 1 <= x <= 100
Example:

20

data_asset_type
string | null

Filter configurations linked to a specific data asset type

Example:

"table"

workflow_type
string | null

Filter by workflow type

Example:

"generate-pii-tags"

status
string | null

Filter by configuration status

Example:

"active"

has_schedule
boolean | null

Filter configurations with active schedules

has_triggers
boolean | null

Filter configurations with active triggers

search
string | null

Search by workflow name/description

Maximum string length: 255
is_default
boolean | null

Filter by default configuration status

Response

Successful Response

Paginated list of workflow configurations.

pagination
PaginationMeta · object
required

Pagination metadata

data
WorkflowConfigurationListItem · object[]

List of configuration items