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
Long-lived API token sent in the requestToken header. See API token authentication.
OAuth2 Bearer access token from the client-credentials flow. See OAuth authentication.
Path parameters
Response
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).
Populated when state is scheduled.
Populated when state is successful.
Populated when state is failed.