> For the complete documentation index, see [llms.txt](https://docs.chartbeat.com/cbp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chartbeat.com/cbp/api/historical-api.md).

# Historical API

## Articles included in this guide:

1. [Getting Started with our Historical API](/cbp/api/historical-api/getting-started-with-our-historical-api.md)
2. [One-time Queries](/cbp/api/historical-api/one-time-queries.md)
3. [Recurring Queries](/cbp/api/historical-api/recurring-queries.md)
4. [Metrics, Dimensions, and Filters](/cbp/api/historical-api/metrics-dimensions-filters.md)

{% hint style="warning" %}
Our Advanced Queries Historical API is only accessible to customers with Advanced Queries included in their Chartbeat subscription. Advanced Queries is a Premium feature — learn more about it on our [**Help Center**](https://chartbeat.zendesk.com/hc/en-us/articles/360018182853-Guide-to-Advanced-Queries).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chartbeat.com/cbp/api/historical-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
