Before retrying a write, determine whether the first request took effect. In particular, check export or deletion job status when you already have a job ID.
Pagination
Pagination is endpoint-specific. Paged lists can returnX-Corbado-Page, X-Corbado-TotalPages and X-Corbado-TotalItems. Search endpoints can instead use a limit and time or identifier filters. Follow the selected endpoint’s parameters and response headers; do not assume every search returns page counts.
Busy responses and exports
Time-series and funnel reads can return429 with Retry-After when capacity is temporarily unavailable. Wait for the indicated delay before retrying.
A project can run two time-series exports concurrently. Creating an export streams progress over the request; keep the connection open until completion or failure. After a disconnect, inspect the export status before starting it again.
Use the export guide for supported intervals, date ranges and download behavior.