---
title: "List Hosted Agent Tool Invocation Projections"
method: GET
path: "/api/v1/phone/calls/{call_id}/tool-invocations"
tags: ["Phone Calls"]
---

# List Hosted Agent Tool Invocation Projections

`GET /api/v1/phone/calls/{call_id}/tool-invocations`

## Path parameters

- `call_id` string, uuid, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- HostedAgentToolInvocationProjectionPage
  - `items` HostedAgentToolInvocationProjection[], required
    - `id` string, uuid, required
    - `call_id` string, uuid, required
    - `tool_name` string, required
    - `status` 'started' | 'succeeded' | 'failed', required
    - `result` object, nullable, required
    - `started_at` string, date-time, required
    - `completed_at` string, date-time, nullable, required
  - `limit` integer, required
  - `offset` integer, required
  - `has_more` boolean, required

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inkbox/inkbox-api/revisions/31f357e7e6f8/schema)
