resource_missing

The `starting_after` cursor does not reference an object in this list.

HTTP status400
Error typeinvalid_request_error
RetryNo. Fix the request.

What to do

Use the `id` of the last object from the previous page.

Response shape

{
  "error": {
    "type": "invalid_request_error",
    "code": "resource_missing",
    "message": "…",
    "doc_url": "https://docs.borga.is/errors/resource_missing",
    "request_id": "req_…"
  }
}

See all error codes and how to handle them.