Get an Equal Care evidence-review task

GET/v1/servers/{serverId}/evidence-agents/reviews/{reviewTaskId}

Returns the candidate, immutable source evidence, publication, study, and editable review fields. Requires evidence:read and resource use access.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
serverIdpathstringYesResource ID
reviewTaskIdpathstringYesStable evidence-review task ID
Query parameters
None.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Evidence-review task detailsapplication/json
FieldTypeRequiredDescription
review_task_idstringYes
statusopen | in_review | resolved | rejectedYesCurrent lifecycle status.
severitylow | medium | high | criticalYes
reason_codesstring[]Yes
created_atstringYes
assigned_reviewer_idstringNo
candidateobjectYes
publicationobjectYes
taskobjectYes
studyobjectYes
source_assetobjectYes
source_spansobject[]Yes
editable_fieldsnormalized_statement | direction | variable_assertions | statistic_assertions[]Yes
can_approvebooleanYes
can_rejectbooleanYes
403The caller lacks the required evidence permission or organization role
None.
404The evidence service or review task was not found
None.
502The deployed evidence service is unavailable
None.
Get an Equal Care evidence-review task
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow