v5

OpenAPI 3.1.02026-07-31129337684.6 KB
Workflow Versions

List Team Active Versions

Returns active workflow versions for the team with pagination. Supports combined filters: favorites, created_by_me, category, categories, logical_id. Every item includes an is_favorite flag regardless of filter. Only workflows with a non-null active_version_number are included.

get/workflows/v1/workflows/versions/active

Query parameters

logical_idstring nullable

Filter by logical ID

categoriesstring[] nullable

Filter by workflow categories

created_byPydanticObjectId[] nullable

Filter by creator user IDs

favoritesboolean nullable

Filter workflows marked as favorite by the requesting user

{
  "created_by": [
    "5eb7cf5a86d9755df3a6c593"
  ]
}
sizeinteger

Number of items per page

Number of items per page

pageinteger

Page number

Page number

searchstring nullable

Search keywords

Search keywords

startstring date-time nullable

Filter by start time (ISO 8601 format)

Filter by start time (ISO 8601 format)

endstring date-time nullable

Filter by end time (ISO 8601 format)

Filter by end time (ISO 8601 format)

Response

Successful Response

totalinteger nullable