---
title: "Retrieve toolcalls list"
method: GET
path: "/toolcalls/"
tags: ["Toolcalls"]
---

# Retrieve toolcalls list

`GET /toolcalls/`

## Query parameters

- `filters[]` string[]
- `group` string
- `page` integer, required
- `pageSize` integer
- `sort[]` string[]
- `type` 'sort' | 'filter' | 'init' | 'page' | 'size', required

## Response `200`

toolcalls list received successful

- object
  - `data` object
    - `toolcalls` ModelsToolcall[]
      - `args` string, required
      - `call_id` string, required
      - `created_at` string
      - `duration_seconds` number
      - `flow_id` integer, required
      - `id` integer
      - `name` string, required
      - `result` string
      - `status` string, required
      - `subtask_id` integer
      - `task_id` integer
      - `updated_at` string
    - `total` integer
  - `status` string

## Other responses

- `400` — invalid query request data
- `403` — getting toolcalls not permitted
- `500` — internal error on getting toolcalls

## Changes

- **2026-05-14** `00ae1fc06290` — 1 info
  - endpoint added
- **2026-03-26** `fe95938acc20` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api/changes/toolcalls/get.md)

---

[API](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api.md) · [All operations](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vxcontrol/pentagi-swagger-api/revisions/7c1cbf7abaa1/schema)
