Search & list API LogsAsk AIget https://api.staging.payrails.io/payment/api/logsFetch a list of API Logs for the given query parameters.Query Paramsfilter[requestId]stringFilter for a list of API log event by requestID.filter[endpointUrl]stringFilter for a list of API log event by endpoint URL.filter[statusCode]stringFilter for a list of API log event by response status code.filter[method]stringFilter for a list of API log event by HTTP method.filter[createdAt]stringFilter by createdAt.page[cursor]stringSearch collection items from that cursor.page[after]stringSearch collection items after that cursor.page[before]stringSearch collection items before that cursor.page[size]int32Length of the collection to search.Responses 200Success. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 429Too Many Requests.Updated 11 months ago