latestOpenAPI 3.0.02026-08-216686147.9 KB

6f6009a58cdd

files

Get details for a specific File

get/v1/files/{uuid}

Path parameters

uuidstring uuid required

The UUID of the File to get details for

Response

The File details

Example response

{
  "data": {
    "name": "Board of Directors.docx",
    "size": 137437,
    "mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
    "url": "https://example.com/document.docx",
    "url_expiration": "2023-01-01T12:30:00.000Z",
    "uuid": "91aeda5e-4a3c-4090-90b1-cbf09d4c1ba1",
    "created_at": "2023-01-01T12:30:00.000Z",
    "updated_at": "2023-01-01T12:30:00.000Z"
  }
}