API Reference / Calls

GET /call_results

Get the list of call results (for the logged API user's account)

Includes: The call results for the account.; The counts of their usages for the logged API user, and their team.

Responses

200 OK
  • statusintegerint32

    Response code

  • messagestring

    Response message

  • timestampintegerunix-timestamp

    Response time

  • dataarray<object>
    array item fields →
    • call_resultobject
      object fields →
      • resultstringbson-id

        ID of the call result

      • textstring

        Display text of the call result

      • countsintegerint32

        The number of calls for the logged API user, with the call result

      • total_countsintegerint32

        The number of calls for the entire account, with the call result

      • team_countsarray<object>

        The number of calls for each user, with the call result

        array item fields →
        • user_idstringbson-id

          ID of the user

        • countsintegerint32

          Number of calls for the user, with the call result

Standard error responses: 400 · 401 · 403 · 404 · 409 · 500 — shared across the API. See Errors.

Related guides