Agent
One staged file, so a person can look at it before deciding
GET
https://backend.immut.io/api/v1/agent/review/{id}Required scope: documents:read
Returns 404 for a file in another organisation. Fetch the bytes with GET /api/documents/{id}/view.
Parameters
| Name | In | Required | Description |
|---|---|---|---|
id | path | yes | id of the target record |
Responses
| Status | Meaning |
|---|---|
200 | Success Returns: the staged file in full: originalName, title, fileSize, mimeType, agentClassification, reviewReason, reviewSourcePath, reviewStatus, reviewStagedAt, reviewExpiresAt, workspace, folder. |
400 | BadRequest |
401 | Unauthorized |
403 | Forbidden |
429 | RateLimited |
Example
curl -X GET "https://backend.immut.io/api/v1/agent/review/<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