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-09-03T03:22:17.036Z",
"created_at": "2025-09-03T03:22:17.036Z",
"duration": 30,
"email": "EJ@lu.com",
"endpoint": "wFkYWfM",
"id": "38b2cc79-cf4b-4dd3-be45-629c555c9bed",
"ip_address": "192.0.2.194",
"method": "TRACE",
"minutes": 9,
"org_id": "abb45fa4-1e12-414c-835f-7e91d6f7cc18",
"origin": "Bh3bJ3KkKFY9lcCiOLOUveo39VbkPp",
"price": "0.60",
"request_body": "OcvmhE9",
"request_query_params": "UAUWHp5bhjS0qWqIyJQ1xpf7nQS",
"response_body": "sClRCBbdkbTSh1Wd7G7Z59XG",
"started_at": "2025-09-03T03:22:17.036Z",
"status_code": 27,
"stripe_invoice_item_id": "5Z0vbrrm",
"token": "62dc4e20-fe6a-4642-869e-8b443cf37bb1",
"updated_at": "2025-09-03T03:22:17.036Z",
"user_agent": "x",
"user_id": "0328a681-204b-4975-ba10-294343c9ea7d"
}
],
"next_page": ""
}