Skip to main content
GET
/
call_tags
List Call Tags
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
}

Authorizations

Authorization
string
header
required

Query Parameters

page
integer
default:1

Page number for pagination

page_size
integer
default:100

Number of tags per page (max 100)

Required range: x <= 100

Response

Successful Response

call_tags
Call Tag Response · object[]
required
total_count
integer
required
page
integer
required
page_size
integer
required
total_pages
integer
required