Skip to main content
GET
Get schedule detail
Only scheduleId is required. The schedule must belong to a team in the API key organization. When teamTwoId is set on the schedule, the response looks up that team (same pattern as teamOneId) so you get an object with at least _id and name, not only a bare id string.

Authorizations

Authorization
string
header
required

Public integration API key (bb_live_...). Not a login JWT.

Path Parameters

scheduleId
string
required

Schedule document Mongo _id from create or list.

Example:

"507f1f77bcf86cd799439012"

Response

Schedule detail

The response is of type object.