public-api
Public Get Review Queue
The team's review queue — the flag feed (TRA-935).
Same rows as the app's review page, reshaped for external consumers: created_by collapses to the source enum and internal PR links are dropped. Read-only; each row's trace_key feeds GET /v1/traces/{key}.
Resolves request_model here rather than inheriting it: the app's queue endpoint dropped that field to keep the review page's first paint off the per-row R2 body reads it costs. This is a published /v1 field, so the batch consumers who pay for it get it — the read is cached per key, and no interactive render waits on it.
get/v1/review/queue
Headers
authorizationstring nullable
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.