Return a paginated list of notification templates.
Documentation Index
Fetch the complete documentation index at: https://docs.flashcat.cloud/llms.txt
Use this file to discover all available pages before exploring further.
| Aspect | Value |
|---|---|
| Rate limits | 1,000 requests/minute; 50 requests/second per account |
| Permissions | Templates Read (on-call) or Templates Manage (on-call) |
has_next_page tells you whether another page exists without needing a separate count request.is_my_team is true, team_ids is ignored.App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Paginated list filters. Defaults: p=1, limit=20. Max limit=100.
Page number, starting at 1.
x >= 11
Page size. Capped at 100.
1 <= x <= 10020
Sort field.
created_at, updated_at Ascending sort order.
When true, only return templates scoped to teams the caller belongs to.
Filter by specific team IDs.
Filter by creator member ID.
Regex or substring match on template_name.
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.