Get file
Files
Get file
Retrieve details for a specific file.
GET
Get file
Returns the full details for a file, including processing status and download URL.
Related Resources
If the file was processed into a Drawing, thedrawing_id field will contain the ID of the created drawing. Use GET /drawings/{id} to access the drawing and its sheets.Authorizations
API key prefixed with sk_. Example: Authorization: Bearer sk_xxx
Headers
API version
Path Parameters
File ID
Response
Success
Example:
{
"id": "projects%2Fprj_01JABCD123%2Ffiles%2Fsite-photo.jpg",
"name": "site-photo.jpg",
"uri": "gs://bedrock-files/projects/prj_01JABCD123/files/site-photo.jpg",
"size": 2048576,
"content_type": "image/jpeg",
"last_modified": "2024-06-18T11:00:00Z"
}