curl --request GET \
--url https://api.example.com/workflows \
--cookie fastapiusersauth=[
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"status": "<string>",
"icon_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"version": 123,
"tags": [
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
],
"alias": "<string>",
"error_handler": "<string>",
"latest_definition": {
"id": "<string>",
"version": 123,
"created_at": "2023-11-07T05:31:56Z"
}
}
]List workflows.
curl --request GET \
--url https://api.example.com/workflows \
--cookie fastapiusersauth=[
{
"id": "<string>",
"title": "<string>",
"description": "<string>",
"status": "<string>",
"icon_url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"version": 123,
"tags": [
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
],
"alias": "<string>",
"error_handler": "<string>",
"latest_definition": {
"id": "<string>",
"version": 123,
"created_at": "2023-11-07T05:31:56Z"
}
}
]Successful Response
wf_[0-9a-zA-Z]+Show child attributes
Show child attributes
Was this page helpful?