Skip to main content
POST
Python
project_external_id is required.
  • Only workflows created directly under that project are returned; workflows in its sub-projects are not. Projects nest, workflows do not, so there is no recursive listing.
  • Archived and proposed workflows are included: status is lifecycle metadata, not a filter.
  • A limit above 100 is clamped to 100, not rejected.
  • A project that does not exist, or that the caller cannot access, returns 404 rather than 403.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
workflow_ids
string<uuid>[] | null

Response

Successful Response

workflows
WorkflowPydantic · object[]
required