List entities
GET/entities
Entity
Retrieve and list the entities in a collection. This endpoint returns key metadata describing each entity (e.g., ID, name, description). The response can be filtered, paginated, and sorted, allowing clients to navigate large archives efficiently.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
OK
Bad Request - Invalid parameters
Not authenticated
Access token does not have the required scope
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