Get the deposited metadata document
GET/ro-crate/:id/metadata
Optional core — provided when deposit.supported is true. See the Deposits guide.
Retrieve the RO-Crate's current RO-Crate metadata document, verbatim as deposited. Unlike GET /entity/{id}/rocrate, which may return a derived view, this endpoint always returns the original deposited metadata document.
Request
Responses
- 200
- 401
- 403
- 404
- 410
- 429
- 500
Returns the deposited RO-Crate JSON-LD metadata
Response Headers
The size of the returned content in bytes
The MIME type of the returned content
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