Errors and pagination
Errors
Every non-2xx response has the same shape:
Pagination
List endpoints are cursor-paginated:
Pass nextCursor as the next request’s cursor. limit defaults to 50 and
caps at 200.
Every non-2xx response has the same shape:
List endpoints are cursor-paginated:
Pass nextCursor as the next request’s cursor. limit defaults to 50 and
caps at 200.