---
title: "List the available steps for a project"
method: GET
path: "/available_steps"
tags: ["Projects"]
---

# List the available steps for a project

`GET /available_steps`

## Response `200`

A dictionary with an `available_steps` property which are the available steps for the project

- object
  - `available_steps` object[], required — An array of available steps
    - `id` string, required — The unique identifier of the step
    - `type` string, required — The type of the step
    - `display_text` string, required — The displayable name of the step
    - `image_urls_supported` boolean — Whether the step supports image URLs
    - `custom_step_id` string — The ID of the custom step if this is a custom step

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
