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-08-12T20:46:33.646Z",
"created_at": "2025-08-12T20:46:33.646Z",
"duration": 22,
"email": "DgXxmUir@StJqJ.com",
"endpoint": "qRSWuafaIyPZjn4P5o9",
"id": "9679430c-16c1-4294-81fc-01ce085ae7be",
"ip_address": "192.0.2.131",
"method": "HEAD",
"minutes": 22,
"org_id": "0e283e29-3d3b-45b2-9a87-ab2bc8672ccc",
"origin": "XLDJgdHu7",
"price": "11.55",
"request_body": "zXjXegn1uOTgOl18",
"request_query_params": "TEeWbSN0TMeKW",
"response_body": "sLULgOzJ1dD90",
"started_at": "2025-08-12T20:46:33.646Z",
"status_code": 15,
"stripe_invoice_item_id": "2PtM0h315",
"token": "35b4a4a2-6d61-4547-ad07-1cbbbe51d21c",
"updated_at": "2025-08-12T20:46:33.646Z",
"user_agent": "bpMYjExYfkoH",
"user_id": "ef5972a5-da86-4f74-977a-333871bbc67c"
}
],
"next_page": "SqutZgi663iaGkC8IM66bsUjb8pvU"
}