Skip to main content
GET
List templates as Extended Markdown (legacy)

Authorizations

Authorization
string
header
required

Short-lived, Developer-API-audience token obtained by the trusted MCP service through token exchange (mcp_at_...). Raw MCP resource tokens are rejected.

Query Parameters

category
string
required

Response

200 - application/json
id
string
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

scope
enum<string>
required
Available options:
workspace,
catalog
productive
boolean
required
name
string
required
Example:

"Business Report"

slug
string
required
Example:

"business-report"

category
string
required
Example:

"business"

markdown
string
required

Template content converted to Autype Extended Markdown. This is the preferred format for agents.

format
enum<string>
required

Whether the template content could be converted to Extended Markdown or had to fall back to compact JSON.

Available options:
markdown,
json_fallback
config
object
required

Original template JSON config. Use only for advanced clients; agents should prefer markdown.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
description
object
Example:

"Professional business report template"

previewImage
object
Example:

"/templates/business-report-preview.png"

pdfUrl
object
Example:

"/api/v1/templates/{id}/pdf"

warning
string

Warning when conversion could not produce Extended Markdown.