---
title: "Get call next steps"
method: GET
path: "/calls/{id}/next-steps"
tags: ["Calls"]
---

# Get call next steps

`GET /calls/{id}/next-steps`

Returns AI-extracted next steps (action items) from a call. Returns an empty list if the call is still processing or no next steps were detected.

## Path parameters

- `id` string, required — Call ID (positive integer) or UUID

## Response `200`

List of next steps extracted from the call

- CallNextStepsResponse
  - `data` NextStepItem[], required — List of AI-extracted next steps from the call. Empty if no next steps were detected or the call is still processing.
    - `title` string, required — Short title of the next step
    - `description` string, required — Detailed description of the next step

## Other responses

- `404` — Call not found

---

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