Get access logs for Application
GET {{baseUrl}}/v1/applications/:applicationId/access_logs/no_total?rangeStart=2022-11-08T00:11:22.082Z&rangeEnd=2022-11-08T00:11:22.082Z&path=value&method=put&status=error&pageSize=1000&skip=10&sort=value
Retrieve the list of API calls sent to the specified Application.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
rangeStart | string | (Required) Only return results from after this timestamp. This must be an RFC3339 timestamp string. | |
rangeEnd | string | (Required) Only return results from before this timestamp. This must be an RFC3339 timestamp string. | |
path | string | Only return results where the request path matches the given regular expression. | |
method | string | Only return results where the request method matches the given regular expression. | |
status | string | Filter results by HTTP status codes. | |
pageSize | number | The number of items in this response. | |
skip | number | The number of items to skip when paging through large result sets. | |
sort | string | The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with - . |
Note: This parameter works only with numeric fields. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |