Overview
/
Developer Tools
/
API Reference
/
API Calls
/
Get an API call for a user.

Get an API call for a user

Path parameters

  • /{id}

    stringUUID
    //

Response

  • 200 OK
    • //
      • completed_at:

        stringISO-8601,
        //
      • created_at:

        stringISO-8601,
        //
      • duration:

        numberDuration,
        //
      • email:

        stringEmail Address,
        //
      • endpoint:

        string,
        //
      • id:

        stringUUID,
        //
      • ip_address:

        stringip,
        //
      • minutes:

        numberint32,
        //
      • org_id:

        stringUUID,
        //
      • origin:

        string,
        //
      • price:

        numberUSD Price,
        //
      • request_query_params:

        string,
        //
      • seconds:

        numberint32,
        //
      • started_at:

        stringISO-8601,
        //
      • status_code:

        numberint32,
        //
      • stripe_invoice_item_id:

        string,
        //
      • token:

        stringUUID,
        //
      • updated_at:

        stringISO-8601,
        //
      • user_agent:

        string,
        //
      • user_id:

        stringUUID,
        //
      • method:

        "OPTIONS"+9
        • //The `OPTIONS` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.2.1).
          "OPTIONS"
        • //The `GET` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
          "GET"
        • //The `POST` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
          "POST"
        • //The `PUT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.1).
          "PUT"
        • //The `DELETE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.5).
          "DELETE"
        • //The `HEAD` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.2).
          "HEAD"
        • //The `TRACE` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3).
          "TRACE"
        • //The `CONNECT` method as defined in [RFC 7231](https://tools.ietf.org/html/rfc7231#section-4.3.6).
          "CONNECT"
        • //The `PATCH` method as defined in [RFC 5789](https://tools.ietf.org/html/rfc5789).
          "PATCH"
        • //A catch all.
          "EXTENSION"
        //
      }

Examples

get
/user/api-calls/{id}
200 OK
Response