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 cursor from a previous page

Opaque cursor from a previous page

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

generated_atstring required
next_cursorstring nullable required
profilestring required
schema_versioninteger required
toolstring required
tool_versionstring required
truncatedboolean required

Example response

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

Changes