Skip to main content
GET
/
v
/
alpha
/
next-steps
/
deal
/
{dealId}
Get next steps by deal
curl --request GET \
  --url https://api.operate.so/v/alpha/next-steps/deal/{dealId} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your Operate dashboard.

Path Parameters

dealId
string<uuid>
required

The unique identifier (UUID) of the deal

Example:

"550e8400-e29b-41d4-a716-446655440000"

Query Parameters

include_completed
boolean
default:false

Whether to include completed items in the results. Defaults to false (only pending/active items).

Examples:

true

false

Response

200

Successful response