GET /facade/render-jobs, GET /facade/brands, etc.) return at most 50 items per page and use opaque cursors to walk forward and backward.
Request
Response shape
Walking all pages
Stability guarantees
- Cursors are stable across the page being viewed — items added after you start paginating won’t shift your cursor.
- Cursors are opaque — don’t decode or construct them yourself. The format may change between API versions.
- Cursors are single-direction-tolerant: a
next_cursorfrom one request can be passed back ascursoron the same endpoint, in any order.