Get outreach call status

Beta
View as MarkdownOpen in Claude

Returns the latest AI outreach call activity for a vendor. The response is a composite object with a state discriminator (none, scheduled, successful, or failed); the block that matches the current state is populated. When the vendor has no call activity, state is none and the response returns HTTP 200.

Path parameters

idVendorlongRequired
ID of the vendor to read call status for.

Response

Success
vendorIdlongOptional
ID of the vendor this status applies to.
statestringOptional

Current call state. Values are: none (no call activity for the vendor), scheduled (a call is queued or being retried), successful (a call completed and returned data), or failed (the call didn’t complete successfully).

scheduledobjectOptional

Populated when state is scheduled.

completedobjectOptional

Populated when state is successful.

failedobjectOptional

Populated when state is failed.

Errors

401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error