# API

## API Dokumentation

Simple integration with other systems is very important to us.

{% hint style="info" %}
A detailed documentation of our API (in English) can be found at: <https://enginsight.com/api/>.
{% endhint %}

![https://enginsight.com/api/](/files/-LVltDQ1eNcc8Mynr9vN)

{% hint style="info" %}
In the Enginsight API, you can control the number of results returned using the `limit=` parameter. By default, the number of results is limited.&#x20;

However, if you want to retrieve all available data, you can use `limit=-1` to remove the limit and get the full data set.&#x20;

Please note that retrieving large amounts of data can affect performance. Make sure that your system is able to process the returned data efficiently.

Translated with DeepL.com (free version)
{% endhint %}


---

# 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.enginsight.com/docs/manual/english/technical-details/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.
