Retrieve a list of all templates.
Templates define the message format for timeline events. The message field contains the default English Liquid template that will be translated. The variables object describes which variables are available to render the complete message — predefined are predefined system variables, custom are user-defined.
Variables are not enforced, as we do not want to block events that have incomplete data.
Required authorization scope: public.timeline_template:read
Bearer Token necessary to use API
Pagination: Page number
x >= 1Pagination: Limit number of items per page.
1 <= x <= 100Filters results to created after (including given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).
Filters results to created before (excluding given date) the given ISO 8601 timestamp (e.g., 2025-01-12T15:30:00Z).