---
title: "Get all active global challenges"
method: GET
path: "/api/v5/challenges/global"
tags: ["Challenges"]
---

# Get all active global challenges

`GET /api/v5/challenges/global`

Get all active global challenges

## Response `200`

Successful Response

- ListOfChallengesWithJoinedInResponse
  - `challenges` ChallengeWithJoined[], 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
    - `participantsCount` integer
    - `teamsCount` integer
    - `ownerName` string
    - `joined` boolean
    - `canJoin` boolean

---

[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/versions/3d192098b1ac/schema)
