cURL
curl --request GET \ --url https://ah-api.merge.dev/api/v1/tool-packs/ \ --header 'Authorization: Bearer <token>'
{ "count": 123, "next": "https://ah-api.merge.dev/api/v1/tool-packs/?page=4", "previous": "https://ah-api.merge.dev/api/v1/tool-packs/?page=2", "results": [ { "id": "3c90c3c0-6d46-4b50-8888-8dd25736052f", "name": "Support Agent Tool Pack", "description": "Ticketing connectors for support agents", "connectors": [ { "name": "Linear", "slug": "linear", "source_url": "https://linear.app", "logo_url": "https://linear.app/favicon.ico", "categories": [ "Project Management" ], "tools": [ { "name": "create_issue", "description": "Create a new issue in Linear" }, { "name": "list_issues", "description": "List issues in Linear" } ] } ] } ] }
Retrieves a list of Tool Packs
Token-based authentication with required prefix "Bearer"
A page number within the paginated result set.
Number of results to return per page.
123
Show child attributes
"https://ah-api.merge.dev/api/v1/tool-packs?page=4"
"https://ah-api.merge.dev/api/v1/tool-packs?page=2"