Get file metadata headers
HEAD/file/:id
Retrieve file metadata headers without downloading the file content. Returns the same headers as GET but with no response body, useful for checking file availability, size, type, and caching information.
Request
Responses
- 200
- 401
- 403
- 404
- 410
- 429
- 500
File metadata headers
Response Headers
Indicates that the server supports range requests for this file
The size of the file content in bytes
The MIME type of the file
The date and time the file was last modified
Entity tag for cache validation
Not authenticated
Access token does not have the required scope
Entity not found
Gone - the resource has been deleted. Returned in place of 404 when the implementation declares a tombstonePolicy of "410"; the body is a tombstone describing the deletion. Under a tombstonePolicy of "404", deleted resources return 404 instead.
Rate limit exceeded
Response Headers
Request limit per time window
Requests remaining in current time window
Unix timestamp when the rate limit resets
Number of seconds to wait before retrying
Internal Server Error