# Reporting API

These endpoint are tailored for our Affiliate partners whose customers book via tiqets.com checkout flow. However, it is also accessible for API partners using the booking API but some fields might not be relevant or always empty. We recommend to our booking API partners to use the [List orders](/basics/openapi/booking-api/list-orders.md) endpoint described in the [Booking API section](/basics/openapi/booking-api.md)

Thanks to the `reports` endpoints Affiliates can easily monitor sales by getting live data on performance and commission, they can feed the data to their platforms, create automations, adapt their ads in real time, reconcile data, etc.

{% columns %}
{% column %}
{% content-ref url="/pages/F7jCbDyesGvVxUJ0XGnO" %}
[Report orders](/basics/openapi/reporting-api/report-orders.md)
{% endcontent-ref %}

{% endcolumn %}

{% column %}
{% content-ref url="/pages/6qNy9Y9RgCPh1Y2QBnhu" %}
[Report refunds](/basics/openapi/reporting-api/report-refunds.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions: 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://developers.tiqets.dev/basics/openapi/reporting-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.
