Agent

One sweep plus the documents it protected (joined on…

GEThttps://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

NameInRequiredDescription
idpathyesid of the target record
docPagequerynopage of the joined document list, default 1
docLimitquerynodefault 50, max 100

Responses

StatusMeaning
200Success 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.
400BadRequest
401Unauthorized
403Forbidden
429RateLimited

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