Calls

Get call 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.

get/calls/{id}/next-steps

Path parameters

idstring required

Call ID (positive integer) or UUID

Example:1

Call ID (positive integer) or UUID

Response

List of next steps extracted from the call

Example response

{
  "data": [
    {
      "title": "Schedule follow-up meeting",
      "description": "Set up a 30-minute follow-up call with the prospect to review the proposal by end of week."
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.