Preview autopilot results
ai-sdr:operate scope (or a broader one that includes it).
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.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Sequence id
x >= 1Body
Autopilot filter configuration to preview. Does not need to be saved to the sequence first — supports try-before-save in the filter UI.
Account- and contact-level filter configuration used by autopilot when searching for new contacts to add to the sequence.
Most collections are capped at 25 items. accountKeywords and contactKeywords are always present and non-null in responses even when empty ({ "values": [], "type": "or" }).
Maximum contacts to consider per company
x >= 1Maximum contacts to add per day
x >= 1Optional reference URL used to seed the search
Response
Preview accepted; poll the returned job for progress and results
Background job id; poll GET /v3/background-jobs/{id}.