---
title: "Find mission's workflow"
method: GET
path: "/public/api/missions/{id}/workflow"
tags: ["Missions"]
---

# Find mission's workflow

`GET /public/api/missions/{id}/workflow`

Get information about the workflow of a mission.

The `workflow_history` field is defined as an array of:

| Field                | Type           | Description               |
|----------------------|----------------|---------------------------|
|`state`               |  string        | State of the step |
|`step_id`             |  string        | Unique id of the step |
|`step_title`          |  string        | The title of the step |
|`user_id`             |  string        | Id of the user that completed the step |
|`date`                |  date          | Date the user completed the step |

## Headers

- `Accept` string

## Response `200`

OK

- object
  - `mission_id` string
  - `title` string
  - `created_date` string
  - `updated_date` string
  - `campaign_id` string
  - `user_id` string
  - `creator_id` string
  - `store_id` string
  - `type` string
  - `booked_date` string
  - `task_number` number
  - `workflowState` object
    - `state` string
    - `step_id` string
    - `step_title` string
  - `workflowHistory` object[]
    - `state` string
    - `step_id` string
    - `step_title` string
    - `user_id` string
    - `date` string

---

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