API → API Calls → List 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-04-21T20:00:20.593Z",
"created_at": "2025-04-21T20:00:20.593Z",
"duration": 13,
"email": "QvR8@P.com",
"endpoint": "rFABOb9u",
"id": "df70911d-1bf2-4792-a787-ab69a11e3e82",
"ip_address": "192.0.2.16",
"method": "PATCH",
"minutes": 14,
"org_id": "df875e6f-5956-442e-8300-50cc7166b27b",
"origin": "Y",
"price": "16.67",
"request_body": "UF",
"request_query_params": "1sz2JJR2kj2NPvVNz",
"response_body": "r7SZFi",
"started_at": "2025-04-21T20:00:20.594Z",
"status_code": 25,
"stripe_invoice_item_id": "p0GIHFi7bg1u2teRnqI",
"token": "4c1f3f62-432d-49da-aef4-04b7e97244a4",
"updated_at": "2025-04-21T20:00:20.594Z",
"user_agent": "OziFXQZZOx",
"user_id": "c1a75216-a6de-4e8b-91c7-b6d45fb69b26"
}
],
"next_page": "Vv"
}