Get RO-Crate metadata
GET/entity/:id/rocrate
RO-Crate Metadata
Retrieve the complete RO-Crate JSON-LD metadata for an entity. This returns the raw RO-Crate representation, which includes all metadata conforming to the RO-Crate specification.
This endpoint works for any entity type (Collection, Object, or MediaObject) and returns the associated ro-crate-metadata.json content.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Returns the RO-Crate JSON-LD metadata
Not authenticated
Access token does not have the required scope
Entity not found
Rate limit exceeded
Response Headers
X-RateLimit-Limit
Request limit per time window
X-RateLimit-Remaining
Requests remaining in current time window
X-RateLimit-Reset
Unix timestamp when the rate limit resets
Retry-After
Number of seconds to wait before retrying
Internal Server Error