---
title: "Get Taskset"
method: GET
path: "/v2/tasksets/{taskset_id}"
tags: ["tasksets"]
---

# Get Taskset

`GET /v2/tasksets/{taskset_id}`

Get a taskset by id.

## Path parameters

- `taskset_id` string, uuid, required

## Response `200`

Successful Response

- TasksetResponse
  - `id` string, uuid, required
  - `name` string, required
  - `description` string, nullable
  - `registry_id` string, uuid, nullable
  - `project_id` string, uuid, nullable, required
  - `public` boolean, required
  - `purpose` string
  - `star_count` integer
  - `task_count` integer
  - `sample_unit_count` integer
  - `system_prompt` string, nullable
  - `hidden_progress_stages` string[], nullable
  - `lifecycle_stages` LifecycleStage[]
    - `key` string, required
    - `label` string, required
  - `columns` object
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `is_starred` boolean
  - `is_owner` boolean
  - `can_view_scoped` boolean
  - `can_edit` boolean
  - `can_manage` boolean
  - `owner_name` string, nullable
  - `owner_avatar_url` string, nullable
  - `team_name` string, nullable

## Other responses

- `400` — Invalid or malformed request
- `401` — Missing or invalid credentials
- `403` — Caller may not access this resource
- `404` — Referenced entity does not exist
- `409` — Resource already exists
- `422` — Validation Error

---

[API](https://skmtc.dev/hud/apis/hud-platform.md) · [All operations](https://skmtc.dev/hud/apis/hud-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hud/hud-platform/revisions/58558fc733d9/schema)
