Fetch a team with its direct parents
GET /teams/{id}
GET
/teams/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Responses
Section titled “ Responses ”The team
object
id
required
string format: uuid
slug
required
URL-friendly identifier, unique per origin server. Used in display and (eventually) federation actor URIs.
string
Example
aurora-rnd name
required
string
Example
Aurora R&D description
required
string
origin_server_id
Set on rows mirroring a federated team. NULL = locally owned.
string format: uuid
parents
Direct parent teams (single hop). Empty for root teams.
Closure-walked ancestors live behind the listTeams
ancestor filter; this field is just the edges out of
the current node.
Array<object>
object
parent_id
required
string format: uuid
parent_slug
string
parent_name
string
created_at
required
string format: date-time
updated_at
required
string format: date-time
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completedResource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completed