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-01-13T17:27:40.697Z",
"created_at": "2025-01-13T17:27:40.697Z",
"duration": 28,
"email": "8OTu4EgtzC@V.com",
"endpoint": "lu7YwCXk3QAySAAlGFjkSL6",
"id": "a261a4c4-9f89-4f04-b2d0-b31509ec00c8",
"ip_address": "192.0.2.48",
"method": "OPTIONS",
"minutes": 12,
"org_id": "0420ecfb-2ce8-45e0-8c21-b19266c16120",
"origin": "wLlEcLat8rDBx",
"price": "48.05",
"request_body": "5BS11",
"request_query_params": "puP0YZ",
"response_body": "6BtFWlYlUfZGoGpJ9QNpsrfS8Ymk",
"started_at": "2025-01-13T17:27:40.698Z",
"status_code": 12,
"stripe_invoice_item_id": "oBjyBVtMDOXb2ZSH",
"token": "6cc01bf6-49d7-4477-bd08-40c68b7a3c06",
"updated_at": "2025-01-13T17:27:40.698Z",
"user_agent": "AV7HfzAos2Bw7sAhQAdzl4UC0b1",
"user_id": "e082d1ec-c848-4b8b-a2d0-7f42cb8e6167"
}
],
"next_page": "Nlg9DwlUvOi4o"
}