API → API Calls → List API calls for your org
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
/org/api-calls$ curl "https://api.zoo.dev/org/api-calls" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"items": [
{
"completed_at": "2025-04-21T20:00:29.530Z",
"created_at": "2025-04-21T20:00:29.530Z",
"duration": 9,
"email": "Jsj4OSx@7oLxpViUf.com",
"endpoint": "YN529uPDNAFN1bz66qbCIY9JA",
"id": "909c088a-405c-4626-9cdb-6c1eac16a2d7",
"ip_address": "192.0.2.21",
"method": "CONNECT",
"minutes": 5,
"org_id": "f03db504-0602-4aad-93c1-43a18d5b5081",
"origin": "4bHivdZiQrkI9164E",
"price": "5.00",
"request_body": "yt",
"request_query_params": "JdZrNE4Xpex",
"response_body": "Gpz7d0Le91wJ",
"started_at": "2025-04-21T20:00:29.530Z",
"status_code": 23,
"stripe_invoice_item_id": "3T5WuykdLVvjpMArf3IY7U5aCcjF8",
"token": "8601842c-4b97-4335-bf58-f52048a5eb53",
"updated_at": "2025-04-21T20:00:29.530Z",
"user_agent": "iK7TCNtEip9",
"user_id": "7d696b3d-0e5a-43a6-833e-7b455e0a9aac"
}
],
"next_page": "qW9qm2uzEiO0"
}