Outcomes
Get Outcomes
Gets the outcomes for a specific agent
GET
/
v1
/
outcomes
Request
Query Parameters
- agent_id (string, required): The ID of the agent.
Response
- outcomes (object of outcomes types): An object where the keys are the outcome, eg “scheduled” and the sentiment value, eg “positive”.
Sentiment values can be one of three options: “positive”, “negative”, or “neutral”
Example Response
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
agent_id
string
requiredThe ID of the agent
Response
200 - application/json
outcomes
object