Pagination

All list endpoints use cursor-based pagination and return a standard envelope:

JSON

Parameters

Every list endpoint accepts these pagination parameters:

ParameterTypeDescription
limitintMax results per page (1–100, default 20)
starting_afterintCursor: ID of the last item from the previous page

Fetching the Next Page

Pass the last item’s ID as starting_after to fetch the next page. When has_more is false, there are no more results.

Supported Endpoints

All list endpoints support pagination:

  • GET /teammates
  • GET /runs
  • GET /tasks
  • GET /webhooks
  • GET /memories
  • GET /permissions
  • GET /apps