Detect Staged Upload Conventions
POST/traces/uploads/:upload_id:detect
Detect conventions in a staged export, with the same framing the ingest worker uses.
Reads the export back from where POST /traces/uploads staged it and reports which trace
conventions its records match, without landing anything. Returns 403 if the caller does not
belong to the owning workspace, 404 if the staged upload cannot be found (including if it has
expired), and 422 if the staged bytes are not readable JSON/JSONL.
Request
Responses
- 200
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Unprocessable Entity