cURL
curl --request GET \ --url https://api.prod.usesimple.ai/api/v1/call_tags \ --header 'Authorization: <api-key>'
{ "call_tags": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "color": "<string>", "always_enabled": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "total_count": 123, "page": 123, "page_size": 123, "total_pages": 123 }
List all call tags for your organization with pagination support
Page number for pagination
Number of tags per page (max 100)
x <= 100
Successful Response
Show child attributes
Was this page helpful?