# get_document **Get one protected document** Get the details of a single protected document by id (name, folder, proof, network, dates). Read-only. - Access: read-only - Calls: `/api/v1/documents/` ## Arguments | Name | Type | Required | Description | |---|---|---|---| | `documentId` | string | **yes** | | ## Tool contract ```json { "name": "get_document", "title": "Get one protected document", "description": "Get the details of a single protected document by id (name, folder, proof, network, dates). Read-only.", "access": "read", "destructive": false, "hostedOnProduction": true, "restEndpoint": "/api/v1/documents/", "arguments": { "documentId": { "type": "string", "required": true, "description": "" } } } ```