---
title: "Details of a worker Team"
method: GET
path: "/v2/teams/{team_id}"
tags: ["v2"]
---

# Details of a worker Team

`GET /v2/teams/{team_id}`

## Headers

- `apikey` string
- `Client-Agent` string
- `X-Fields` string, mask

## Response `200`

Team Details

- TeamDetails
  - `name` string — The Name given to this team.
  - `id` string — The UUID of this team.
  - `info` string — Extra information or comments about this team provided by its owner.
  - `requests_fulfilled` integer — How many images this team's workers have generated.
  - `kudos` number — How many Kudos the workers in this team have been rewarded while part of this team.
  - `uptime` integer — The total amount of time workers have stayed online while on this team.
  - `creator` string — The alias of the user which created this team.
  - `worker_count` integer — How many workers have been dedicated to this team.
  - `workers` WorkerDetailsLite[]
    - `type` 'image' | 'text' | 'interrogation' — The Type of worker this is.
    - `name` string — The Name given to this worker.
    - `id` string — The UUID of this worker.
    - `online` boolean — True if the worker has checked-in the past 5 minutes.
  - `models` ActiveModelLite[]
    - `name` string — The Name of a model available by workers in this horde.
    - `count` integer — How many of workers in this horde are running this model.

## Other responses

- `401` — Invalid API Key
- `403` — Access Denied
- `404` — Team Not Found

---

[API](https://skmtc.net/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.net/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/revisions/dfeb0bedd935/schema)
