Skip to main content
GET
/
campaigns
/
v1
/
stats
/
campaigns
/
tags
Get Campaign And Calls Tags
curl --request GET \
  --url https://api-qa.interactly.ai/campaigns/v1/stats/campaigns/tags \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Query Parameters

campaign_id
string | null

Scope to a specific campaign

Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

tags
string[] | null

Filter tag stats by tag strings (substring match)

Response

Successful Response