Sample - GitHub REST API
GET/classrooms/{classroom_id}Deprecated

Get a classroom

Retrieves a specific classroom by its identifier. Supply classroom_id to identify the classroom, but note that this operation is no longer available. This operation is closing down and will be removed on August 28, 2026.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
classroom_idintegerrequired
The unique integer identifier of the classroom.

1 status code
410Returned when the operation is no longer available after the Classroom service sunset.
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional

Error handling

A 410 is returned because this operation is closing down and is no longer available. classroom_id must be an integer identifying the classroom.