---
title: "Create flow step work"
method: POST
path: "/flow/{name}/{version}/{step}/work"
tags: ["Flows"]
---

# Create flow step work

`POST /flow/{name}/{version}/{step}/work`

Create the work for a given step of a flow version.

## Path parameters

- `name` string, required
- `version` integer, required
- `step` integer, required

## Query parameters

- `account_id` string

## Response `200`

Work

- object
  - `_meta` object — Response Metadata
  - `data` object — Response Payload
    - `account_id` string
    - `aid` integer
    - `auth_ids` string[]
    - `config` object
    - `created` string, date-time
    - `description` string
    - `expires_at` string, date-time
    - `id` string
    - `name` string
    - `tag` string
    - `updated` string, date-time
    - `workflow` string
    - `workflow_id` string
  - `request_id` string
  - `status` integer — HTTP Status Code

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/lytics/apis/lytics-api.md) · [All operations](https://skmtc.net/lytics/apis/lytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lytics/lytics-api/revisions/366eeabcb6de/schema)
