Agent
One sweep plus the documents it protected (joined on…
GET
https://backend.immut.io/api/v1/agent/runs/{id}Required scope: documents:read
One sweep plus the documents it protected (joined on agentClassification.runId), including decisions[] when the run reported them. The document list is paginated with docPage and docLimit (default 50, max 100); meta carries documentsTotal.
Parameters
| Name | In | Required | Description |
|---|---|---|---|
id | path | yes | id of the target record |
docPage | query | no | page of the joined document list, default 1 |
docLimit | query | no | default 50, max 100 |
Responses
| Status | Meaning |
|---|---|
200 | Success Returns: data.run is the whole run INCLUDING decisions[] and unreadableGroups[]. This is the only route that returns decisions[] in full for a single run. data.documents are the documents joined on agentClassification.runId. meta carries docPage, docLimit, documentsTotal, documentsTotalPages. |
400 | BadRequest |
401 | Unauthorized |
403 | Forbidden |
429 | RateLimited |
Example
curl -X GET "https://backend.immut.io/api/v1/agent/runs/<id>" \
-H "Authorization: Bearer $IMMUT_API_KEY"
Generated from the immut API contract, version 1.14.0. Machine-readable: this page as markdown · everything in one file · OpenAPI