Get RO-Crate metadata headers
HEAD/entity/:id/rocrate
Retrieve RO-Crate metadata headers without downloading the metadata content. Returns the same headers as GET but with no response body, useful for checking metadata availability and caching information.
Request
Responses
- 200
- 401
- 403
- 404
- 410
- 429
- 500
RO-Crate metadata headers
Response Headers
The size of the RO-Crate metadata content in bytes
The MIME type of the RO-Crate metadata content
The date and time the RO-Crate metadata 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