Skip to main content

List Run Drops

GET 

/traces/runs/:run_id/drops

Return an ingest run's drops — the diagnosis of a run whose records did not land.

A run that landed a version serves its full drop set from the drop rows keyed to it; a run that landed nothing has no version to key rows to, so the bounded per-reason examples it checkpointed are served instead. available below total_drops marks that sample.

Returns 404 if the run does not exist or belongs to a workspace the caller is not a member of.

Request​

Responses​

Successful Response