Retrieve a session
GET/v1/organizations/:organization_id/sessions/:session_id
Returns focused details on the requested session within an organization's scope.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Session details retrieved successfully.
Invalid request parameters.
Not authorized or organization not accessible.
Session not found within the organization's authorized scope.
Internal server error.