Skip to main content
GET
/
workflows
List Workflows
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/workflows
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

trigger
string | null
is_active
boolean | null
limit
integer
default:100
Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0

Response

Successful Response