Get deposited metadata document headers
HEAD/ro-crate/:id/metadata
Optional core — provided when deposit.supported is true. See the Deposits guide.
Retrieve the deposited metadata document's headers without downloading the content. Returns the same headers as GET but with no response body, useful for checking availability and caching information.
Request
Responses
- 200
- 401
- 403
- 404
- 410
- 429
- 500
Deposited RO-Crate headers
Response Headers
The size of the metadata document in bytes
The MIME type of the metadata document
The date and time the metadata document was last modified
Entity tag for cache validation
Not authenticated
Access token does not have the required scope
RO-Crate 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