cURL
curl --request GET \ --url https://api.promptlayer.com/api/public/v2/skill-collections \ --header 'X-API-KEY: <x-api-key>'
{ "success": true, "skill_collections": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "workspace_id": 123, "folder_id": 123, "root_path": "<string>", "name": "<string>", "provider": "<string>", "is_deleted": true, "created_by": 123, "created_at": "2023-11-07T05:31:56Z", "updated_by": 123, "updated_at": "2023-11-07T05:31:56Z" } ] }
X-API-KEY
Your PromptLayer API key.
List of skill collections.
true
Show child attributes
Was this page helpful?