---
title: "Get Tasks Schema"
method: POST
path: "/journey/task/list/schema"
tags: ["Customer APIs", "Task Service"]
---

# Get Tasks Schema

`POST /journey/task/list/schema`

Get Tasks Schema

## Request body

- object
  - `instanceId` string, required — Journey Instance Id, a unique identifier for a started journey instance.

## Response `200`

Success

- object
  - `instanceId` string, required — Journey Instance Id, a unique identifier for a started journey instance.
  - `status` 'Completed' | 'InProgress' | 'Failed' | 'Paused', required
  - `tasks` object[], required
    - `taskId` string, required — Task Id, a unique identifier for a task assigned to an End User during a Journey.
    - `schema` object, required
      - `$ref` string, required
  - `schemas` object, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/gbgplc/apis/gbg-go-next-gen-flow-captain-api.md) · [All operations](https://skmtc.net/gbgplc/apis/gbg-go-next-gen-flow-captain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gbgplc/gbg-go-next-gen-flow-captain-api/revisions/38056a3470d6/schema)
