Get outreach call status
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.
Authentication
requestTokenstring
API Key authentication via header
Path parameters
idVendor
ID of the vendor to read call status for.
Response
Success
vendorId
ID of the vendor this status applies to.
state
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).
scheduled
Populated when state is scheduled.
completed
Populated when state is successful.
failed
Populated when state is failed.
Errors
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error