Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.promptlayer.com/api/public/v2/tool-registry/{identifier}/env-vars \ --header 'X-API-KEY: <api-key>'
{ "success": true, "tool_env_vars": [ { "id": 123, "key": "<string>", "value_suffix": "<string>", "is_empty": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "workspace_id": 123, "tool_registry_id": 123 } ] }
Tool ID (numeric) or name
Successful Response
Show child attributes
Was this page helpful?