Skip to main content
GET
Get a single team within a given org

Authorizations

Authorization
string
header
default:<organization-api-token>
required

Organization integration token from Siro admin (Person icon → API Tokens). Send Authorization: Bearer . This is not the OAuth access token used with api.siro.ai user-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

teamId
string
required

ID of the team to fetch

Response

Get a single team within a given org

id
string
required

Team ID

name
string | null
required

Team name

organizationId
string
required

Organization this team belongs to

coachUids
string[]
required

Array of coach user IDs

coachManifest
object
required

Map of coach UIDs to their manifest data

memberUids
string[]
required

Array of member user IDs

memberManifest
object
required

Map of member UIDs to their manifest data

newUserDefaultConversationTypes
string[]
required

Array of conversation type IDs

createdAt
string | null
required

ISO 8601 date string