Get all templates

Retrieve a paginated response of all templates.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer | null
Defaults to 1

The page of paginated templates to fetch. If not provided, gets the first page.

string | null
enum
Defaults to lastUsedAt

The template field to sort the templates by, order depends on the 'order' parameter.

  • lastUsedAt - The date the template was last used at.
  • name - The name of the template.
Allowed:
string | null
enum
Defaults to asc

The order to sort the templates by, depending on the 'sortBy' parameter.

  • asc - Ascending. From A to Z of the name, or least recently used to most recently used.
  • desc - Descending. From Z to A of the name, or most recently used to least recently used.
Allowed:
integer | null
Defaults to 10

Number of templates to show in the response. If not provided, below 1, or above 100, will be set to 10.

Filter the templates if their name contains the search text.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json