---
title: "Retrieve tasks"
method: POST
path: "/journey/task/list"
---

# Retrieve tasks

`POST /journey/task/list`

Fetch tasks assigned to a customer during an active journey. If you're unsure how tasks work, the [retrieve tasks guide](/docs/developer-integration/execute-customer-journeys/retrieve-tasks-step) can help.

## Request body

- object
  - `instanceId` string, required — Unique identifier for the journey instance.

## Response `201`

Tasks retrieved successfully.

- object
  - `status` string — Current status of the journey.
  - `instanceId` string — Unique identifier for the instance.
  - `tasks` object[]
    - `taskId` string — Unique identifier for each task.
    - `variantId` string — Identifier for the task variant.

---

[API](https://skmtc.net/gbgplc/apis/gbg-go-api-reference.md) · [All operations](https://skmtc.net/gbgplc/apis/gbg-go-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gbgplc/gbg-go-api-reference/versions/71fc8231d3fb/schema)
