---
title: "Get Tool Call Event"
method: GET
path: "/admin/chat-tool-calls/events/{event_id}"
tags: ["admin_chat_tool_calls"]
---

# Get Tool Call Event

`GET /admin/chat-tool-calls/events/{event_id}`

## Path parameters

- `event_id` string, required

## Response `200`

Successful Response

- ToolCallEventDetailOut
  - `event` ToolCallEventOut, required
    - `id` string, required
    - `chat_id` string, required
    - `user_id` string, required
    - `user_email` string, required
    - `user_role` string, required
    - `surface` string, required
    - `origin` string, nullable
    - `prompt_id` string, required
    - `page_context` object
    - `tool` string, required
    - `label` string, required
    - `call_id` string, required
    - `round_index` integer, required
    - `arguments` object
    - `status` string, required
    - `error` string, nullable
    - `duration_ms` integer, required
    - `content_chars` integer, required
    - `result_summary` object
    - `result_content` object, nullable
    - `trigger_message` string, nullable
    - `created_at` string, date-time, required
  - `excerpt` ChatTranscriptMessage[], required
    - `id` string, nullable
    - `role` string, required
    - `content` string, required
    - `type` string, nullable
    - `timestamp` string, date-time, nullable
    - `tool_activity` object[], nullable
    - `context` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
