Get an entity
GET/entity/:id
Entity
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
- 429
- 500
OK
Bad Request - Invalid ID format
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