| `400 Bad Request` | Invalid request parameters. |
| `401 Unauthorized` | Authentication token is missing or invalid. |
| `500 Internal Server Error` | Server-side error, such as missing provider schema. |
# Retrieve Analytics Result
```
POST /provider/results
```
## Description
This endpoint retrieves analytics results from the database based on provided filters. It supports pagination and allows filtering by various fields inside the result object, including engine name.
---
## Request Headers
-`Authorization`: `Basic <token>` (Required) - Authentication token required to access the analytics results.