Agent
The review queue
GET
https://backend.immut.io/api/v1/agent/reviewRequired 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
| Name | In | Required | Description |
|---|---|---|---|
docType | query | no | filter by the agent classification doc type |
docState | query | no | filter by the agent classification doc state |
minConfidence | query | no | 0 to 1 |
maxConfidence | query | no | 0 to 1; pair with minConfidence to work the least certain files first |
from | query | no | ISO 8601, filters on reviewStagedAt |
to | query | no | ISO 8601, filters on reviewStagedAt |
search | query | no | matches file name, review reason and the agent reason |
page | query | no | default 1 |
limit | query | no | default 100, max 100 |
Responses
| Status | Meaning |
|---|---|
200 | Success 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. |
400 | BadRequest |
401 | Unauthorized |
403 | Forbidden |
429 | RateLimited |
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