cURL
curl --request GET \ --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/reports/requests/ \ --header 'X-Api-Key: <api-key>'
{ "count": 123, "results": [ { "created": "2023-11-07T05:31:56Z", "method": "<string>", "full_url": "<string>", "status_code": -1, "user": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }, "url_route": "<string>" } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
List all authenticated requests. Note that requests which fail to match a valid path are not included in these statistics.
A page number within the paginated result set.
Number of results to return per page.
Filter requests by user UUID.
123
Show child attributes
10
255
-2147483648 <= x <= 2147483647
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"