List reports
Retrieve a paginated list of all reports, ordered by creation date (newest first).
Retrieve a paginated list of all reports, ordered by creation date (newest first).
Authorization
BearerAuth AuthorizationBearer <token>
Bearer API token for access
In: header
Query Parameters
page?integer
Page number for pagination (1-based)
Default
1Range
1 <= valuelimit?integer
Number of items per page
Default
20Range
1 <= value <= 100Response Body
application/json
application/json
application/json
curl -X GET "https://loading/api/v1/reports"{ "reports": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "brandName": "string", "brandWebsite": "string", "status": "pending", "createdAt": "2019-08-24T14:15:22Z", "completedAt": "2019-08-24T14:15:22Z" } ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}{ "error": "string", "message": "string"}{ "error": "string", "message": "string"}