List Workflows
AuthorizationBearer <token>
In: header
Query Parameters
status?string|null
trigger_type?string|null
Response Body
application/json
application/json
curl -X GET "https://loading/api/v2/workflows"[
{
"created_at": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"last_fired_at": "2019-08-24T14:15:22Z",
"name": "string",
"published_at": "2019-08-24T14:15:22Z",
"run_count": 0,
"status": "draft",
"success_rate": 0,
"updated_at": "2019-08-24T14:15:22Z",
"version": 0
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}