---
title: "Get List Of Tools Of An Agent Specific To A Version"
method: GET
path: "/v1/orchestrate/agents/{id}/tools-by-version"
tags: ["Agents"]
---

# Get List Of Tools Of An Agent Specific To A Version

`GET /v1/orchestrate/agents/{id}/tools-by-version`

Retrieves details of a specific agent by its id.

## Path parameters

- `id` string, required

## Query parameters

- `version_label` integer — Version of the agent to retrieve the associated tools

## Response `200`

Successful Response

- AgentToolVersionMinimal[]
  - `tool_id` string, uuid, required — Unique Identifier of the tool
  - `version_label` integer, required — Version Label
  - `tool_version_id` string, uuid, required — Tool ID of the agent version
  - `name` string, required — Tool name
  - `display_name` string, required — Tool display name
  - `agent_id` string, uuid, required — Associated agent id

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
