---
title: "List production test challenges"
method: GET
path: "/v1/apps/{id}/production-tests"
tags: ["Workspace API - Production Tests"]
---

# List production test challenges

`GET /v1/apps/{id}/production-tests`

Returns all production test challenges for the app.

## Path parameters

- `id` string, required

## Response `200`

Challenges retrieved successfully

- UnifiedChallengeItemDto[]
  - `type` 'challenge' | 'request', required
  - `challenge` ChallengeV2ResponseDto
    - `id` string, required
    - `title` string, required
    - `description` string
    - `expiresAt` string, required
    - `createdAt` string, required
    - `completedAt` string
    - `isActive` boolean, required
    - `challengeMode` string, required
    - `sponsor` object
    - `sources` string[]
  - `request` ChallengeRequestResponseDto
    - `id` string, required
    - `clientId` string, required
    - `status` string, required
    - `payload` object, required
    - `challengeId` string
    - `createdAt` string, required

## Other responses

- `401` — Invalid API key
- `404` — App not found

---

[API](https://skmtc.net/hopae/apis/hconnect-api.md) · [All operations](https://skmtc.net/hopae/apis/hconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hopae/hconnect-api/versions/ed6e97ac6f2f/schema)
