API → API Calls → List API calls for a userhidden
hidden
Parameters
Name
Type
Req.
Possible values
created_at_ascending
: Sort in increasing order of "created_at".created_at_descending
: Sort in decreasing order of "created_at".
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
items
arrayoptionalArray of
Possible values
OPTIONS
: The `OPTIONS` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.2.1).GET
: The `GET` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).POST
: The `POST` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).PUT
: The `PUT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).DELETE
: The `DELETE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.5).HEAD
: The `HEAD` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.2).TRACE
: The `TRACE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3).CONNECT
: The `CONNECT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.6).PATCH
: The `PATCH` method as defined in [RFC 5789](https://tools.ietf.org/html/rfc5789).EXTENSION
: A catch all.
get
/users/{id}/api-calls$ curl "https://api.zoo.dev/users/{id}/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-04-25T16:38:20.687Z",
"created_at": "2025-04-25T16:38:20.687Z",
"duration": 13,
"email": "cn7Ck@AwuY.com",
"endpoint": "uho8687SOZnlCgq",
"id": "f72f15bb-45c3-4ec6-86ff-d5d373b7395b",
"ip_address": "192.0.2.103",
"method": "TRACE",
"minutes": 19,
"org_id": "c7097c35-8287-4f39-9ab3-3ca4dd60c0e5",
"origin": "jiFwwegxNBuj",
"price": "51.60",
"request_body": "wPRgTg3GBLV1OwBeMcRz",
"request_query_params": "fz9zzUfXbTFWoEe5D1kje0k",
"response_body": "QxEd",
"started_at": "2025-04-25T16:38:20.687Z",
"status_code": 3,
"stripe_invoice_item_id": "FJiBcH9eHjXNFQE",
"token": "7c5fa597-94de-447b-857f-9afc00e1e04f",
"updated_at": "2025-04-25T16:38:20.687Z",
"user_agent": "RWS3aJ4oU",
"user_id": "f8767757-c435-48cd-840b-1f696be6ecad"
}
],
"next_page": "KE"
}