API guide

Pagination

Pagination

Use this guide when listing templates, mappings, sessions, or webhook deliveries.

Current shape

List responses use a lightweight envelope:

{
  "data": [],
  "has_more": false
}

Some endpoints accept limit with a maximum of 100. Cursor pagination is planned but not part of the current public contract.

Common handling

Read has_more before assuming a list is complete. For dashboards or sync jobs, request again later rather than relying on a permanent page cursor.

See Templates list and Embed sessions list.