Skip to main content
GET
/
v4
/
templates
List all templates
curl --request GET \
  --url https://api.kadoa.com/v4/templates/ \
  --header 'x-api-key: <api-key>'
{
  "error": false,
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "latestVersion": 123,
      "archivedAt": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "workflowCount": 123,
      "hasPrompt": true,
      "hasSchema": true,
      "hasValidation": true,
      "hasNotifications": true
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200

Response wrapper for list of templates

error
enum<boolean>
required

Error flag (always false on success)

Available options:
false
data
TemplateResponse · object[]
required

List of templates