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": "2024-12-19T17:48:56.964Z",
"created_at": "2024-12-19T17:48:56.964Z",
"duration": 29,
"email": "tE9@T.com",
"endpoint": "NLqx3bJxxfoxrLzEJ",
"id": "8799a8eb-55b3-4841-aab7-05625c9555f4",
"ip_address": "192.0.2.30",
"method": "CONNECT",
"minutes": 4,
"org_id": "a745c3a5-18d3-4574-8187-5fb108e838a0",
"origin": "XsdDyBPdu2lLXK",
"price": "47.19",
"request_body": "Py38iwN8D4lyitx8d9t",
"request_query_params": "i1jZZvhTwkOk8YSQmnze3lDUrz",
"response_body": "3",
"started_at": "2024-12-19T17:48:56.964Z",
"status_code": 32,
"stripe_invoice_item_id": "HoQ",
"token": "a023d8c6-1737-4f1d-9350-9fafc63a0cce",
"updated_at": "2024-12-19T17:48:56.964Z",
"user_agent": "MnJa2JT3l2rkr",
"user_id": "323b23e2-25e7-4ca8-b287-6adc24588c9b"
}
],
"next_page": "PvFH9YTRnGr8QK4p5SXRYJi5pgy"
}