reviews

Get a review by job ID or SHA

get/api/review

Query parameters

job_idinteger

Look up review by job ID

Look up review by job ID

shastring

Look up review by commit SHA

Look up review by commit SHA

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

agentstring required
closedboolean required
created_atstring date-time required
idinteger required
job_idinteger required
outputstring required
promptstring required
structured_outputobject
synced_atstring date-time
updated_atstring date-time
updated_by_machine_idstring
uuidstring
verdict_boolinteger

Example response

{
  "$schema": "https://example.com/Review.json",
  "job": {
    "$schema": "https://example.com/ReviewJob.json"
  }
}

Changes

Changed in 5 of the 23 revisions of this API.25

    • added the optional property structured_output to the response with the 200 status

      response-optional-property-added

    • added the optional property job/experiments to the response with the 200 status

      response-optional-property-added

    • added the optional property job/resume_source_job_uuid to the response with the 200 status

      response-optional-property-added

    • added the optional property job/panel_summary/first_started_at to the response with the 200 status

      response-optional-property-added

    • added the optional property job/panel_summary/members_with_cost to the response with the 200 status

      response-optional-property-added

    • removed the optional property job/panel_summary/first_started_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property job/panel_summary/members_with_cost from the response with the 200 status

      response-optional-property-removed

    This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog