Get a deposit
GET/deposit/:id
Optional core — provided when deposit.supported is true. See the Deposits guide.
Retrieve the deposit, including its lifecycle state, the files staged so far with per-file upload status, and the violations recorded by the most recent failed finalise. This is the polling resource for asynchronous finalisation: after a 202 from finalise, poll here until the state leaves finalising.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
OK
Not authenticated
Access token does not have the required scope
Deposit not found - unknown, or expired and cleaned up
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