resource_missing
The `starting_after` cursor does not reference an object in this list.
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. 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.