# API Requests

## API Requests

API Requests provides an overview of all API calls made in the system. The page is accessible for administrators from the Setup menu.

### List View

<figure><img src="https://content.gitbook.com/content/g39pjvTIz01cAUs1tpsA/blobs/jToFcqyn3EYajJQSBOqD/image.png" alt=""><figcaption></figcaption></figure>

The main view displays a list of all API calls with relevant request information. The list can be filtered using the search field and quick filters at the top and sorted by clicking the column headers.

### Request Details

<figure><img src="https://content.gitbook.com/content/g39pjvTIz01cAUs1tpsA/blobs/DYkpB1tcBqDsMl4wwEDn/image.png" alt=""><figcaption></figcaption></figure>

Clicking a row in the list opens a drawer with details about the API call. The Overview tab shows detailed information about the request and its contents.

### Audit Log

<figure><img src="https://content.gitbook.com/content/g39pjvTIz01cAUs1tpsA/blobs/IP9veavaUgAxKQdST7hw/image.png" alt=""><figcaption></figcaption></figure>

The Audit Log tab provides a chronological overview of all changes made by the API call, showing the history of modifications made through this request.

### Notifications

<figure><img src="https://content.gitbook.com/content/g39pjvTIz01cAUs1tpsA/blobs/SU9yeSFC05kyEBW14Vz7/image.png" alt=""><figcaption></figcaption></figure>

The Notifications tab shows webhook notifications that have been triggered by the API request. It displays information about each webhook notification.


---

# 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.dataloy.com/release-8.21/voyage-management-system/step-by-step-guides/activity/api-requests.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.
