List Version Drops
GET/traces/versions/:version_id/drops
Return the drop rows of a landed version — answers 'which traces dropped & why'.
Bounded by limit/offset: a version can drop many records, so the response never
returns an unbounded set. The full drop set is always available in SQL (trace_drop_records)
and the sibling drop Parquet.
Returns 404 if the version does not exist or belongs to a workspace the caller is not a member of.
Request
Responses
- 200
- 404
- 422
Successful Response
Not Found
Validation Error