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

KeyDatatypeRequiredDescription
rangeStartstring(Required) Only return results from after this timestamp. This must be an RFC3339 timestamp string.
rangeEndstring(Required) Only return results from before this timestamp. This must be an RFC3339 timestamp string.
pathstringOnly return results where the request path matches the given regular expression.
methodstringOnly return results where the request method matches the given regular expression.
statusstringFilter results by HTTP status codes.
pageSizenumberThe number of items in this response.
skipnumberThe number of items to skip when paging through large result sets.
sortstringThe 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

KeyDatatypeRequiredDescription
Acceptstring