---
title: "Fetch Tasks for a User Journey"
method: GET
path: "/api/v2/user_journeys/{id}/tasks"
tags: ["User Journeys"]
---

# Fetch Tasks for a User Journey

`GET /api/v2/user_journeys/{id}/tasks`

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- union[]
  - union
    - ModelsTaskTextTask
      - `id` string, required
      - `state` string, required
      - `completed_at` string, nullable
      - `mandatory` boolean, required
      - `button_label` string
      - `value` string
      - `submitted_at` string, nullable
      - `due_date` string, nullable
      - `resubmit_date` string, nullable
      - `return_date` string, nullable
    - ModelsTaskDocumentTask
      - `id` string, required
      - `state` string, required
      - `completed_at` string, nullable
      - `mandatory` boolean, required
      - `button_label` string
      - `value` string
      - `submitted_at` string, nullable
      - `due_date` string, nullable
      - `resubmit_date` string, nullable
      - `return_date` string, nullable
    - ModelsTaskVideoTask
      - `id` string, required
      - `state` string, required
      - `completed_at` string, nullable
      - `mandatory` boolean, required
      - `button_label` string
      - `value` string
      - `submitted_at` string, nullable
      - `due_date` string, nullable
      - `resubmit_date` string, nullable
      - `return_date` string, nullable
    - ModelsTaskI9Task
      - `id` string, required
      - `state` string, required
      - `completed_at` string, nullable
      - `mandatory` boolean, required
      - `button_label` string
      - `value` string
      - `submitted_at` string, nullable
      - `due_date` string, nullable
      - `resubmit_date` string, nullable
      - `return_date` string, nullable
    - ModelsTaskEmbeddedUrlTask
      - `id` string, required
      - `state` string, required
      - `completed_at` string, nullable
      - `mandatory` boolean, required
      - `button_label` string
      - `value` string
      - `submitted_at` string, nullable
      - `due_date` string, nullable
      - `resubmit_date` string, nullable
      - `return_date` string, nullable
    - ModelsTaskPowerPointTask
      - `id` string, required
      - `state` string, required
      - `completed_at` string, nullable
      - `mandatory` boolean, required
      - `button_label` string
      - `value` string
      - `submitted_at` string, nullable
      - `due_date` string, nullable
      - `resubmit_date` string, nullable
      - `return_date` string, nullable
    - ModelsTaskFormBuilderTask
      - `id` string, required
      - `state` string, required
      - `completed_at` string, nullable
      - `mandatory` boolean, required
      - `button_label` string
      - `value` string
      - `submitted_at` string, nullable
      - `due_date` string, nullable
      - `resubmit_date` string, nullable
      - `return_date` string, nullable

## Other responses

- `404` — The server cannot find the requested resource.

---

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