Skip to main content
GET
/
api
/
v1
/
workflows
/
templates
List Templates
curl --request GET \
  --url https://api.example.com/api/v1/workflows/templates
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "title": "<string>",
    "description": "<string>",
    "template_category": "<string>",
    "node_count": 0
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

id
string<uuid>
required
title
string
required
description
string | null
template_category
string | null
node_count
integer
default:0