Skip to main content

Tagged Actions

Actions are events that can be tagged for cost allocation and billing.

Get Tagged Actions

GET /api/v1/tagged_actions
Returns the current tagged action configuration for the workspace.

Update Tagged Actions

PUT /api/v1/tagged_actions
Body:
{
  "tagged_actions": [
    {
      "action_name": "llm_call",
      "description": "LLM API calls"
    }
  ]
}

Tagged Outcomes

Outcomes are business results tied to agent actions.

Get Tagged Outcomes

GET /api/v1/tagged_outcomes

Update Tagged Outcomes

PUT /api/v1/tagged_outcomes
Body:
{
  "tagged_outcomes": [
    {
      "outcome_name": "successful_resolution",
      "description": "Customer issue resolved"
    }
  ]
}

Taggable Items

Get available items that can be tagged (auto-discovered from trace data).
GET /api/v1/taggable_items