Export completed reviews
Query parameters
Output format; only json is supported
Output format; only json is supported
Export profile: content or metadata
Export profile: content or metadata
Inclusive completed_at lower bound (RFC3339 or YYYY-MM-DD)
Inclusive completed_at lower bound (RFC3339 or YYYY-MM-DD)
Exclusive completed_at upper bound (RFC3339 or YYYY-MM-DD; date-only means through that UTC day)
Exclusive completed_at upper bound (RFC3339 or YYYY-MM-DD; date-only means through that UTC day)
Only include reviews marked closed
Only include reviews marked closed
Exact exported repo identifier filter
Exact exported repo identifier filter
Exact project display-name filter
Exact project display-name filter
Maximum top-level reviews in this page
Maximum top-level reviews in this page
Opaque next_cursor from a previous page. Resumes strictly after its (completed_at, review_id) position; mutually exclusive with since.
Opaque next_cursor from a previous page. Resumes strictly after its (completed_at, review_id) position; mutually exclusive with since.
Response
OK
Example response
{
"$schema": "https://example.com/ExportReviewsDocument.json"
}Changes
Changed in 4 of the 23 revisions of this API.16
- ○
added the required property
reviews/items/experimentsto the response with the200statusresponse-required-property-added
- ○
added the required property
reviews/items/resume_source_job_uuidto the response with the200statusresponse-required-property-added
- ○
added the required property
reviews/items/subagents/items/resume_source_job_uuidto the response with the200statusresponse-required-property-added
- ○
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
added the required property
database_idto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲