cURL
curl --request GET \ --url https://api.promptmetrics.dev/tags/list/{workspace_id} \ --header 'Authorization: <api-key>'
{ "responseData": { "tags": [ { "_id": "<string>", "name": "<string>", "workspace_id": "<string>", "status": "ACTIVE", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }, "message": "<string>" }
Get all tags in a workspace with optional filtering.
SDK API key in format: pm_
ACTIVE
INACTIVE
Tags retrieved
Show child attributes