Resource not found
Resolve resource not found errors.
The requested event, session, or user does not exist for the given application or workspace.
Verify the resource ID in the request before retrying.
Response
All error responses follow the Problem Details (RFC 9457) format, which defines the type, title, status, detail, and instance fields.
Here is an example of the response returned for this error:
{ "type": "https://croct.help/api/data-export/resource-not-found", "title": "Resource not found", "status": 404, "detail": "Event with ID '792ebe4f-e49c-4d3c-851c-cac14a1486f9' does not exist", "instance": "/events/792ebe4f-e49c-4d3c-851c-cac14a1486f9", "resourceType": "Event", "resourceId": "792ebe4f-e49c-4d3c-851c-cac14a1486f9"}The response includes the following additional fields:
- resourceTypestring
The type of the resource that was not found, such as Event, Session, or User.
- resourceIdstring
The ID of the resource that was not found.