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-15T17:14:37.092Z",
"created_at": "2025-07-15T17:14:37.092Z",
"duration": 17,
"email": "m@.com",
"endpoint": "NeMBPpeg",
"id": "e0e6acdd-d33d-4651-ae5b-c18115852fc9",
"ip_address": "192.0.2.183",
"method": "HEAD",
"minutes": 7,
"org_id": "5b6d64d3-399d-4895-a6ca-f65c077db2c0",
"origin": "HtvtAKimxpe758xu",
"price": "30.42",
"request_body": "KBDS8S6YxhrF",
"request_query_params": "nfWvLubweNgsSbort6D9VAO99YY0C",
"response_body": "Sw5",
"started_at": "2025-07-15T17:14:37.092Z",
"status_code": 21,
"stripe_invoice_item_id": "yY65eeTiGNLf2RsSLpxm7xCGJ",
"token": "2ded08ab-3c62-4f41-9476-d85b818670e6",
"updated_at": "2025-07-15T17:14:37.092Z",
"user_agent": "JKhRx8Y9aB6Uh2Y00",
"user_id": "5c905e61-d38e-436f-8f72-31a6568699f5"
}
],
"next_page": "AB791"
}