---
title: "Get History Event"
method: GET
path: "/api/v2/tool-calls/history/{eventId}"
tags: ["Tool Call Resource"]
---

# Get History Event

`GET /api/v2/tool-calls/history/{eventId}`

## Path parameters

- `eventId` string, required

## Response `200`

OK

- WanakuResponseToolCallRecord
  - `error` WanakuError
    - `message` string
  - `data` ToolCallRecord
    - `id` string
    - `eventId` string
    - `eventType` string
    - `timestamp` integer
    - `toolName` string
    - `toolType` string
    - `connectionId` string
    - `serviceId` string
    - `serviceAddress` string
    - `error` boolean
    - `duration` integer
    - `errorCategory` string
    - `errorMessage` string
    - `argumentKeys` string

---

[API](https://skmtc.net/wanaku-ai/apis/wanaku-router-backend-api.md) · [All operations](https://skmtc.net/wanaku-ai/apis/wanaku-router-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wanaku-ai/wanaku-router-backend-api/revisions/801af2512b23/schema)
