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-09T18:24:31.075Z",
"created_at": "2025-01-09T18:24:31.075Z",
"duration": 23,
"email": "F4@NOrYby.com",
"endpoint": "uLy",
"id": "006d694a-622f-4670-90be-af21bbd663b8",
"ip_address": "192.0.2.24",
"method": "OPTIONS",
"minutes": 30,
"org_id": "476f5ccc-6eea-4eb4-962c-6970558192af",
"origin": "FbNPzL3kULLiHf4deWbwFYQxOc",
"price": "91.53",
"request_body": "NzA",
"request_query_params": "jnxNE81rakCS4t2ZV7DqIKA",
"response_body": "4ORvzJ7GY7zoWZz",
"started_at": "2025-01-09T18:24:31.076Z",
"status_code": 11,
"stripe_invoice_item_id": "Ha27DnqqhQV1eqlbN3ViErb",
"token": "dcee7d0c-2523-4846-a1e5-2d806e0dc008",
"updated_at": "2025-01-09T18:24:31.076Z",
"user_agent": "qFsqmMchTXwHvluTU",
"user_id": "f188e490-2a2e-48cc-a160-41b07ad6328d"
}
],
"next_page": "6kVj2"
}