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-07T17:15:28.716Z",
"created_at": "2025-01-07T17:15:28.716Z",
"duration": 29,
"email": "Hs8@q5Q7lPvkZ.com",
"endpoint": "B9xH7F3caWBUh34kvI1SmdwDdPnpkZ",
"id": "dce83980-582b-4512-bfda-095fb229dd43",
"ip_address": "192.0.2.57",
"method": "POST",
"minutes": 31,
"org_id": "d8821e6f-5568-4148-86ab-40ca1f1c265e",
"origin": "YpwH5b9m9",
"price": "1.28",
"request_body": "r6L8vP1yZt3JyT",
"request_query_params": "wOnv7PI6fwcmp",
"response_body": "rn1hYE6s2IG7lH8l0kG",
"started_at": "2025-01-07T17:15:28.717Z",
"status_code": 27,
"stripe_invoice_item_id": "iDOTRSJmvT",
"token": "1bf2a885-6f8b-4bf8-b737-0f3efe3fc830",
"updated_at": "2025-01-07T17:15:28.717Z",
"user_agent": "y55vjLKyF",
"user_id": "6e568b04-3104-4d97-84c9-658233432edc"
}
],
"next_page": "4Wx31AqNLhm4S3q"
}