Retrieve an entity
GET/api/v1/musiccompanion/entities/:id
Retrieve an entity
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
The entity.
Invalid request.
Missing or invalid bearer token.
The token lacks the required permission.
No entity with that id.
Rate limit exceeded. Retry after the period in the Retry-After header.
Unexpected server error.