Analytics
Source-type breakdown
Returns a citation breakdown across the source-type classifications, such as blog, news, or forum. The result is unpaginated and contains one row per enum value. This endpoint may not be scoped by segment.
/api/v1/analytics/source-types
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| start_date | string | Required | The inclusive UTC start of the analytics window, given as an ISO 8601 date ( |
| end_date | string | Required | The inclusive UTC end of the analytics window. The value must be on or after |
| models | string[] | Optional | You may use this parameter to limit responses to one or more AI engines. Repeat the parameter for each value, for example |
| countries | string[] | Optional | You may use this parameter to limit responses to monitors run in the given ISO-3166-1 alpha-2 country codes. |
| monitors | integer[] | Optional | You may use this parameter to limit responses to specific monitors inside the active project. |
| tags | integer[] | Optional | You may use this parameter to limit responses to those whose prompt carries any of the given tag IDs, such as |
Response
Per-source-type analytics row
| Field | Type | Description |
|---|---|---|
| source_type | string | The source classification this row represents. |
| used_percentage | integer | The share of all citations in the window that came from sources of this type. |
| used_percentage_change | integer | The difference in |