Skip to main content
GET
/
agents
/
{agentId}
/
outcomes
List agent outcomes
curl --request GET \
  --url https://julian.11x.ai/api/v1/agents/{agentId}/outcomes \
  --header 'x-api-key: <api-key>'
{
  "outcomes": [
    {
      "outcomeDefinitionId": "<string>",
      "name": "interested"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Organization API key. Get it from the 11x team or from the platform.

Path Parameters

agentId
string
required

ID of the agent, e.g. agent.abc123.

Response

Enabled outcome definitions for the agent.

outcomes
object[]
required