cURL
curl --request GET \ --url https://api.vollna.com/v1/filters/{id}/results \ --header 'X-API-TOKEN: <api-key>'
{ "data": [ { "id": 123, "createdAt": "2023-11-07T05:31:56Z", "totalProjects": 123 } ], "pagination": { "total": 100, "page": 1, "limit": 20, "pages": 5 } }
Returns a list of monitoring results for a specific filter
API token for authentication
Filter ID
Page number
x >= 1
Items per page
10 <= x <= 100
Successful operation
The response is of type object.
object
Was this page helpful?