GET /usage/user_details

Returns the detailed usage for the selected user and organizations, including the breakdown of saves and views for apps in the specified time range. Requires the usage scope. If you self-host Retool, you must set the USAGE_API_TOKEN environment variable to use this endpoint. Follow our guide on enabling usage analytics for self-hosted Retool.

Servers

Query parameters

Name Type Required Description
email String Yes
start_date String Yes
end_date String No
org_ids String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.