v5

OpenAPI 3.1.02026-07-31129337684.6 KB
Workflows

Get Workflows

Endpoint to retrieve all workflows.

get/workflows/v1/workflows

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

Total number of workflows available without pagination.