get/api/v2/analytics/visitors/total

Return total AI visitor analytics.

Return total AI visitor analytics.

Requires bearer API key

Parameters

X-Project-Id

header

Required for organization-wide API keys on project-scoped endpoints. Project-scoped keys infer the project automatically.

Schema: string

startDate

query

No description provided.

Schema: string:date-time

endDate

query

No description provided.

Schema: string:date-time

referrerDomains

query

Comma-separated values are accepted.

Schema: string

path

query

No description provided.

Schema: string

pathMatch

query

No description provided.

Schema: string

country

query

No description provided.

Schema: string

timezone

query

IANA timezone used for local date buckets. Invalid values fall back to UTC.

Schema: string

Responses

200

Successful JSON response.

application/json
{
  "type": "array",
  "items": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "date": {
        "type": "string"
      },
      "total_visits": {
        "type": "integer"
      }
    },
    "required": [
      "date",
      "total_visits"
    ]
  }
}

Try it

Send this request to the local WatchLLM REST handler. Use a key from `/workspace/api`; organization keys can include `X-Project-Id` only when the endpoint documents that header.