Skip to main content
GET
List Templates

Overview

Retrieve all templates created by your account with pagination support. Results are ordered by creation date (newest first).

Query Parameters

integer
Page number to retrieve (default: 1, minimum: 1).
integer
Number of templates per page (default: 10, minimum: 1, maximum: 100).

Response

array
required
Array of template objects.
integer
required
Total number of templates across all pages.

Template Object

string
required
Unique identifier (UUID) for the template.
string
required
UUID of the user who owns this template.
string
required
The template’s name.
string
required
The template’s description.
string
required
ISO 8601 timestamp when the template was created.
string
required
ISO 8601 timestamp when the template was last updated.

Example Response

Error Responses

error
Unauthorized - invalid or missing authentication token.

Notes

  • Results are ordered by creation date (newest first)
  • Use pagination for accounts with many templates
  • The total field indicates the total count across all pages