cURL
curl --request GET \ --url https://api.promptmetrics.dev/tags/list/{workspace_id} \ --header 'Authorization: Bearer <token>'
{ "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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ACTIVE
INACTIVE
Tags retrieved
Show child attributes