# API Report Options

You can connect our available reports to your data warehouse through an API endpoint. To do this, please follow the steps below.&#x20;

Accessing the reporting:

1. Login to your Satisfi Labs Account
2. On the left navigation, go to "Tools" -> "Data"
3. Locate your specific report and select the "View/Download" option.
4. Select the "API Endpoint" button on the bottom left of the dialog box.

{% hint style="warning" %}
If you do not have the 'API Endpoint' option present, submit a ticket by hovering over the **Click Here For More Support** button in the top right corner of this page.
{% endhint %}

<figure><img src="https://167344003-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsxN9AGLZMIc5C8dx3zU7%2Fuploads%2FHqOIOXYQMi0cij0jhidR%2Fimage-20241001-133907.png?alt=media&#x26;token=a384779a-0f57-46dc-a88a-54a04de41151" alt="" width="451"><figcaption></figcaption></figure>

5. Use the 'Export To' and 'Format' drop downs to choose your preferred parameters. The report can be exported to the console or as a file and can be exported in Excel, CSV, JSON, HTML, and Tab Delimited formats.&#x20;

![](https://167344003-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsxN9AGLZMIc5C8dx3zU7%2Fuploads%2FVuM77RTdcJHQsVX4giS3%2FAPI%20Parameters.png?alt=media\&token=87df9f2b-619f-4b41-b694-43e03af45445)

6. Once the parameters have been set, select the 'Copy URL' button. The URL will automatically contain the chosen parameters.&#x20;

### **Notes:**

This example is using “View” > “API Endpoint” with Export To setting set to “Console” and format set to “HTML”.

* Use the following options depending on your format type:
  * **Export to File:**
    * Excel
    * CSV
  * **Export to Console**
    * JSON
    * HTML
    * Tab Delimited

<figure><img src="https://167344003-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsxN9AGLZMIc5C8dx3zU7%2Fuploads%2FWjLhCSr6uvYW4ZmMO4BL%2Fimage-20241001-134151.png?alt=media&#x26;token=7800d93c-ae25-444f-bfa8-765859e3af41" alt=""><figcaption></figcaption></figure>

### Resource Limitations

* There is a limit of 10,000 records when a date range is selected.&#x20;
* There is no limit on records if a single date is selected.&#x20;
* **Best Practice:** The client pulls the report into their system for a single day, once over night.
  * **Note:** If a client has an automated script that will look to import several days at once and requests one day at a time, they will need to include a 15-second delay in between each request.


---

# 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://docs.satisfilabs.com/resource-center/ai-agent-engine/reporting-and-analytics/api-report-options.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.
