# Retrieve tutor configuration by ID Endpoint: GET /tutor/{tutor_id} Version: 0.9.0 Security: bearerAuth ## Path parameters: - `tutor_id` (string, required) The unique identifier of the tutor ## Response 200 fields (application/json): - `id` (string) - `name` (string) - `topic_ids` (array) - `initial_messages` (array) - `description` (string) ## Response 403 fields ## Response 404 fields