Skip to main content
GET
/
api
/
v1
/
tool-packs
/
{id}
/
Get Tool Pack
curl --request GET \
  --url https://ah-api.merge.dev/api/v1/tool-packs/{id}/ \
  --header 'Authorization: <api-key>'
{
  "id": "134e0111-0f67-44f6-98f0-597000290bb3",
  "name": "Support Agent tool pack",
  "description": "Ticketing connectors for support agent",
  "connectors": "Jira, Linear, Slack"
}

Authorizations

Authorization
string
header
required

Production Access Key (Bearer)

Path Parameters

id
string
required

Agent Handler ID of the Tool Pack

Response

200 - application/json
id
string<uuid>
required

ID of the Tool Pack

Example:

"134e0111-0f67-44f6-98f0-597000290bb3"

name
string
required

Name of the Tool Pack

Example:

"Support Agent tool pack"

description
string
required

Description of the Tool Pack

Example:

"Ticketing connectors for support agent"

connectors
string
required

Connectors enabled with the Tool Pack

Example:

"Jira, Linear, Slack"