Skip to main content

UserClient

Sub-client for querying user data.

Index

Methods

get

  • get(): dict | None

limits

  • limits(): dict | None

monthly_usage

  • monthly_usage(): dict | None

update_limits

  • update_limits(*, max_monthly_usage_usd, data_retention_days): None
  • Update the account's limits manageable on your account's Limits page.


    Parameters

    • optionalkeyword-onlymax_monthly_usage_usd: int | None = None
    • optionalkeyword-onlydata_retention_days: int | None = None

    Returns None

Page Options