APIAPI CallsList API calls for your org

Parameters

Name

Type

Req.

  • limit

    integer
    optional
  • page_token

    string
    optional
  • sort_by

    string
    required
    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

    object
    optional
    Object Properties
    • items

      array
      optional
      Array of
      • completed_at

        string / ISO-8601
        optional
      • created_at

        string / ISO-8601
        optional
      • duration

        integer / Duration
        optional
      • email

        string / Email Address
        optional
      • endpoint

        string
        optional
      • id

        string / UUID
        optional
      • ip_address

        string
        optional
      • method

        string
        optional
        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.
      • minutes

        integer
        optional
      • org_id

        string / UUID
        optional
      • origin

        string
        optional
      • price

        number / USD Price
        optional
      • request_body

        string
        optional
      • request_query_params

        string
        optional
      • response_body

        string
        optional
      • started_at

        string / ISO-8601
        optional
      • status_code

        integer
        optional
      • token

        string / UUID
        optional
      • updated_at

        string / ISO-8601
        optional
      • user_agent

        string
        optional
      • user_id

        string / UUID
        optional
    • next_page

      string
      optional
get
/org/api-calls
$ curl "https://api.zoo.dev/org/api-calls" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "completed_at": "2025-06-21T18:41:15.015Z",
      "created_at": "2025-06-21T18:41:15.015Z",
      "duration": 8,
      "email": "EwH@P.com",
      "endpoint": "2C8TM3UXnPaJF1ZXrXB9LT",
      "id": "dac012a6-7bff-4c94-bb36-fd4bed236916",
      "ip_address": "192.0.2.221",
      "method": "GET",
      "minutes": 4,
      "org_id": "b4a1f2c7-fb36-4ca9-85cc-6e636d1006f3",
      "origin": "ecmON6EiBlZK5TSg",
      "price": "89.05",
      "request_body": "hoa38WI",
      "request_query_params": "E5",
      "response_body": "MiRx",
      "started_at": "2025-06-21T18:41:15.015Z",
      "status_code": 7,
      "stripe_invoice_item_id": "fccZxdXP87GPS",
      "token": "b312e890-844e-48ea-a89d-894c02d58b95",
      "updated_at": "2025-06-21T18:41:15.015Z",
      "user_agent": "nT40CSlbRS5Lw",
      "user_id": "bc8cdc77-b7b5-4e48-bd25-2970c73951fb"
    }
  ],
  "next_page": "vRZjBuTKpbeMa"
}