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-04-25T16:38:02.787Z",
"created_at": "2025-04-25T16:38:02.787Z",
"duration": 32,
"email": "hv@DHG6KemRbw.com",
"endpoint": "xt9aCMbZDD42yVjvBLGAIV",
"id": "ff4b8144-b842-4e5d-913f-eaeabdf354fa",
"ip_address": "192.0.2.105",
"method": "GET",
"minutes": 11,
"org_id": "2089db9c-7dba-4ce6-b64f-5748d6e37ac2",
"origin": "KQLg6vS",
"price": "70.54",
"request_body": "qBLaM1",
"request_query_params": "ghDoyPLwNhMJJFBgXOk1k4cbP0G",
"response_body": "",
"started_at": "2025-04-25T16:38:02.787Z",
"status_code": 25,
"stripe_invoice_item_id": "jn",
"token": "0c365a50-8602-4c91-b43e-1073c98c2acd",
"updated_at": "2025-04-25T16:38:02.787Z",
"user_agent": "T7Hr4e1MIuku61",
"user_id": "32967d01-373d-4b14-9fde-fc34ea868004"
}
],
"next_page": "wf9HIEG8zd"
}