API → API CallsList API callshidden
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
/api-calls$ curl "https://api.zoo.dev/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-07-03T10:08:30.363Z",
"created_at": "2025-07-03T10:08:30.363Z",
"duration": 20,
"email": "@.com",
"endpoint": "xJpVdbphNwyXvu",
"id": "c66e2236-73d2-4613-91b0-a4e17ce1c5c6",
"ip_address": "192.0.2.242",
"method": "GET",
"minutes": 29,
"org_id": "5cc70959-42b1-4ed4-a14d-6c7d88906a72",
"origin": "f9",
"price": "75.49",
"request_body": "ElTJ26KalJ21g1s1rNKqUaHQIpH",
"request_query_params": "3WS",
"response_body": "W4SKOcY43liJyAXo9NUQfUE",
"started_at": "2025-07-03T10:08:30.363Z",
"status_code": 12,
"stripe_invoice_item_id": "LI9Kp1ZfYDUNS",
"token": "75ddb78b-9724-431f-892b-e0bc09954e32",
"updated_at": "2025-07-03T10:08:30.363Z",
"user_agent": "jUaV9YwUa",
"user_id": "7bba7db3-b507-4b68-b819-ba4866f88dc7"
}
],
"next_page": "Ih6"
}