Agent

The review queue

GEThttps://backend.immut.io/api/v1/agent/review

Required scope: documents:read

files the agent uploaded because it could not decide whether to protect them. A staged file has NO ledger record and is excluded from every other list, count and export in the product. This is the only route that returns them.

Parameters

NameInRequiredDescription
docTypequerynofilter by the agent classification doc type
docStatequerynofilter by the agent classification doc state
minConfidencequeryno0 to 1
maxConfidencequeryno0 to 1; pair with minConfidence to work the least certain files first
fromquerynoISO 8601, filters on reviewStagedAt
toquerynoISO 8601, filters on reviewStagedAt
searchquerynomatches file name, review reason and the agent reason
pagequerynodefault 1
limitquerynodefault 100, max 100

Responses

StatusMeaning
200Success Returns: per row: originalName, title, fileSize, mimeType, agentClassification, reviewReason, reviewSourcePath (the path on the customer machine), reviewStatus, reviewStagedAt, reviewExpiresAt, folder. meta carries page, limit, total, totalPages.
400BadRequest
401Unauthorized
403Forbidden
429RateLimited

Example

curl -X GET "https://backend.immut.io/api/v1/agent/review" \
  -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