v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03377590.5 KB
reviews

Export completed reviews

get/api/export/reviews

Query parameters

formatstring

Output format; only json is supported

Output format; only json is supported

profilestring

Export profile: content or metadata

Export profile: content or metadata

sincestring

Inclusive completed_at lower bound (RFC3339 or YYYY-MM-DD)

Inclusive completed_at lower bound (RFC3339 or YYYY-MM-DD)

untilstring

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)

closed_onlyboolean

Only include reviews marked closed

Only include reviews marked closed

repostring

Exact exported repo identifier filter

Exact exported repo identifier filter

projectstring

Exact project display-name filter

Exact project display-name filter

limitinteger

Maximum top-level reviews in this page

Maximum top-level reviews in this page

cursorstring

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

$schemastring uri

A URL to the JSON Schema for this object.

database_idstring required

Stable identity for the local review database; changes when the database is recreated.

generated_atstring required
next_cursorstring nullable required

Opaque resume cursor emitted when reviews is non-empty; pass as cursor to resume after the last returned review.

profilestring required
schema_versioninteger required
toolstring required
tool_versionstring required
truncatedboolean required

True when more matching rows are available immediately.

Example response

{
  "$schema": "https://example.com/ExportReviewsDocument.json"
}