---
title: "Get all challenges of the coach"
method: GET
path: "/api/v5/admin/coaching/challenges"
tags: ["Admin Coaching"]
---

# Get all challenges of the coach

`GET /api/v5/admin/coaching/challenges`

Get all challenges of the coach

## Query parameters

- `coach_id` integer, required

## Response `200`

Successful Response

- ListOfChallengesInResponse
  - `challenges` ChallengeWithIsCoach[], required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `name` string, required
    - `type` string, required
    - `description` string
    - `startDate` string, date, required
    - `endDate` string, date
    - `ownerId` integer, required
    - `subscriptionGroups` string[]
    - `entitlements` string[]
    - `chatGroupLink` string
    - `maxPoints` integer
    - `personalHabitChallenge` boolean
    - `finalGoal` integer
    - `globalChallenge` boolean
    - `iconId` integer
    - `iconUrl` string
    - `isCoach` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/revisions/3d192098b1ac/schema)
