Skip to main content
GET
ListLeadNextActionsAPI mirrors the erdo_list_lead_next_actions MCP tool.

Authorizations

Authorization
string
header
required

An Erdo API key (erdo_api_...) or scoped token (erdo_token_...).

Query Parameters

dataset
string

Dataset narrows to one lead dataset, by slug or id.

status
string

Status narrows to one status, e.g. pending_approval.

priority
string

Priority narrows to high, medium or low.

limit
integer<int64>

Limit caps the returned suggestions. Defaults to 50, capped at 200.

offset
integer<int64>

Offset skips that many suggestions, for paging.

all_decisions
boolean

AllDecisions returns EVERY decision the organization made, newest first, one row per decision rather than one per lead — including decisions already carried out, refused, expired or replaced, so one lead appears as many times as it was decided about. Omitted, the read is each lead's latest decision only, highest priority first, which is the queue a person works.

Response

Success response

limit
integer<int64>
next_actions
NextAction is a stored suggestion as the API returns it. · object[]
offset
integer<int64>