Get an entity
GET/entity/:id
Retrieve an entity in a collection. This endpoint returns key metadata describing each entity (e.g., ID, name, description).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 410
- 429
- 500
OK
Bad Request - Invalid ID format
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
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