v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Sequences

Preview autopilot results

<Warning> **Coming soon.** This endpoint will be available by early July 2026. </Warning>

<small>Requires the ai-sdr:operate scope (or a broader one that includes it).</small>

Previews the expected autopilot results for the sequence. Clients pass the autopilot filter config in the body — they are NOT required to save it to the sequence first (supports try-before-save in the filter UI).

Returns a background job to poll via GET /v3/background-jobs/{id}; on completion its jsonDataResult carries { contactsCount, companiesCount, sampleContacts }, where sampleContacts is a capped sample of matching contacts.

Requires the AI SDR feature on the caller's team.

post/v3/sequences/ai-sdr/{sequence_id}/autopilot/preview

Path parameters

sequence_idinteger required

Sequence id

Request body

maxPeoplePerCompanyinteger nullable

Maximum contacts to consider per company

maxPeopleToAddPerDayinteger nullable

Maximum contacts to add per day

referenceUrlstring nullable

Optional reference URL used to seed the search

Response

Preview accepted; poll the returned job for progress and results

jobIdstring uuid required

Background job id; poll GET /v3/background-jobs/{id}.