List Equal Care evidence-review tasks
GET
/v1/servers/{serverId}/evidence-agents/reviewsLists extraction candidates awaiting or completing human review. 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
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| serverId | path | string | Yes | Resource ID |
Query parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| status | query | string | No | — |
| query | query | string | No | — |
| limit | query | integer | No | — |
| offset | query | integer | No | — |
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 listapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| object | list | Yes | — |
| data | object[] | Yes | — |
| data[].review_task_id | string | Yes | — |
| data[].status | open | in_review | resolved | rejected | Yes | Current lifecycle status. |
| data[].severity | low | medium | high | critical | Yes | — |
| data[].reason_codes | string[] | Yes | — |
| data[].created_at | string | Yes | — |
| data[].assigned_reviewer_id | string | No | — |
| data[].candidate | object | Yes | — |
| data[].candidate.extraction_assertion_id | string | Yes | — |
| data[].candidate.normalized_statement | string | Yes | — |
| data[].candidate.finding_kind | string | Yes | — |
| data[].candidate.direction | increase | decrease | positive | negative | no_difference | no_association | mixed | not_applicable | unknown | Yes | — |
| data[].candidate.extraction_confidence | number | Yes | — |
| data[].candidate.candidate_status | string | Yes | — |
| data[].publication | object | Yes | — |
| data[].publication.publication_id | string | Yes | — |
| data[].publication.title | string | No | Display title. |
| data[].publication.doi | string | No | — |
| data[].publication.pmid | string | No | — |
| data[].publication.pmcid | string | No | — |
| data[].publication.journal | string | No | — |
| data[].publication.publication_year | integer | No | — |
| total_count | integer | Yes | — |
| has_more | boolean | Yes | — |
| source_truncated | boolean | No | — |
403The caller lacks the required evidence permission or organization role
None.
404No accessible Equal Care evidence function was found
None.
502The deployed evidence service is unavailable
None.
List Equal Care evidence-review tasks
Loading...
Response 200
Loading...