cURL
curl --request GET \ --url https://api.promptmetrics.dev/template/folders/{workspace_id} \ --header 'Authorization: Bearer <token>'
{ "responseData": [ { "_id": "folder_1", "name": "Marketing", "is_folder": true } ] }
Returns only folders in a workspace for folder selection.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Folder list
Show child attributes