List templates
Returns paginated organization email and calendar templates with their content and send metadata. Combine IDs, template types, a case-insensitive name substring, and record timestamps to narrow results; every supplied filter is applied together. Use the cursor to continue the same filtered result set.
Authorizations
API tokens are passed as Bearer tokens.
Query Parameters
Opaque pagination cursor from the previous page's pagination.next_cursor, bound to the same query filters.
Page size. Must be between 1 and 100; defaults to 25.
1 <= x <= 100Comma-separated list of IDs; maximum 100 values.
a template ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.
^(?:tpl_)?(?:[0-9a-fA-F]{32}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Matches templates with any listed type; combines with other filters using AND.
OTHER, CANDIDATE_AVAILABILITY_REQUEST, CANDIDATE_CONFIRMATION, CANDIDATE_INVITE, DEBRIEF_CALENDAR_INVITE, INTERVIEWER_INVITE, SLACK_CHANNEL_MESSAGE, DEBRIEF_CONFIRMATION_CONVERSATION_MESSAGE, DEBRIEF_UPDATE_CONFIRMATION_CONVERSATION_MESSAGE, DEBRIEF_UPDATE_CONFIRMATION_INTERVIEWER_CALENDAR_INVITE, SCHEDULE_CANCELLATION_CANDIDATE_EMAIL, SCHEDULE_CANCELLATION_INTERVIEWER_EMAIL, SCHEDULE_CANCELLATION_CONVERSATION_MESSAGE, SCHEDULE_UPDATE_CONFIRMATION_CANDIDATE_EMAIL, SCHEDULE_UPDATE_CONFIRMATION_CANDIDATE_INVITE, SCHEDULE_UPDATE_CONFIRMATION_INTERVIEWER_INVITE, SCHEDULE_UPDATE_CONFIRMATION_CONVERSATION_MESSAGE, SELF_SCHEDULE_REQUEST_CANDIDATE_EMAIL Case-insensitive substring match on template name; combines with other filters using AND.
Filters records created at or after this timestamp.
Filters records created at or before this timestamp.
Filters records updated at or after this timestamp.
Filters records updated at or before this timestamp.