AurionAI Docs

List Templates

GET
/api/v2/workflows/templates

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

category?string|null
limit?Limit
Default50
Range1 <= value <= 200
offset?Offset
Default0
Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/workflows/templates"
[
  {}
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}