cURL
curl --request GET \ --url https://api.promptlayer.com/api/public/v2/tool-registry \ --header 'X-API-KEY: <x-api-key>'
{ "success": true, "tool_registries": [ { "id": 123, "name": "<string>", "workspace_id": 123, "folder_id": 123, "created_at": "<string>", "updated_at": "<string>" } ] }
List all tools in the Tool Registry for the workspace.
Successful Response
Show child attributes
Was this page helpful?