Land Inline Traces
POST/traces/land:inline
Enqueue an ingest of raw agent-trace span payloads and return the pending run (202).
The payloads are persisted to the buffer before the run is created, so a request that reaches a
pending run has already durably captured its input. Returns 403 if the caller does not belong to
the named workspace, and 400 if project_id names no project in a workspace the caller
belongs to. Returns 404 if a supplied dataset_id names no dataset in the landing
workspace/project. Returns 422 if a supplied dataset_id does not accept trace spans, a
supplied project_id is not a trace project, or retention_days is not one of the
supported values. Returns 409 if another ingest for the same buffer is already in progress.
Request
Responses
- 202
- 400
- 403
- 404
- 409
- 422
Successful Response
Bad Request
Forbidden
Not Found
Conflict
Unprocessable Entity