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-01T00:18:37.383Z",
"created_at": "2025-04-01T00:18:37.383Z",
"duration": 28,
"email": "isCW5FPO@1Jy.com",
"endpoint": "lFqW0Y4yngrOSlkF",
"id": "74553e78-8bb9-48ae-9707-6d2d99e3e86c",
"ip_address": "192.0.2.67",
"method": "HEAD",
"minutes": 24,
"org_id": "d91129ab-b30e-433e-9417-d748cc609e0a",
"origin": "c5FpC7eL6dR0ahzi3V8",
"price": "82.93",
"request_body": "6AxRm7RdMYO3LPawHHeiYj300",
"request_query_params": "3Ir2eXdGwzIsubXZm6rlTcAOCn8KOJ",
"response_body": "qKAqFZB6",
"started_at": "2025-04-01T00:18:37.384Z",
"status_code": 9,
"stripe_invoice_item_id": "WAHzS6dAO90hQOWFxc2Bmb4lyQL",
"token": "2f3bdb0b-03df-42d5-866f-e745c5b2d208",
"updated_at": "2025-04-01T00:18:37.384Z",
"user_agent": "rEVq",
"user_id": "423bf351-d664-40b1-a07a-28c07486aefe"
}
],
"next_page": "NO8nv3syMMV05"
}