> ## Documentation Index
> Fetch the complete documentation index at: https://docs.globalai.vip/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage Logs & Dashboard: Inspect Calls and Trends

> Review every API call's model, tokens, and quota in the Global AI console, and analyze daily trends with the dashboard.

Global AI records the details of every API call and supports filtering by time, model, token, and more. Click **Usage logs** in the left sidebar, or go directly to [https://globalai.vip/usage-logs/common](https://globalai.vip/usage-logs/common) to see your call records.

## View call logs

Each row in the log list is one call and includes:

* Call time
* Model used
* Tokens consumed (prompt tokens, completion tokens, and cache tokens)
* Quota consumed
* Call status and latency
* Token name used

Click the detail icon on the far right to see more information about the call.

## Search and filter

<Steps>
  <Step title="Expand the filter panel">
    Click **Expand** at the top of the Usage logs page to reveal the filter area.
  </Step>

  <Step title="Set filters">
    Common options:

    * **Date range**: choose a start and end date
    * **Model**: enter a keyword such as `gpt-5.6-sol`
    * **Token name**: select or type a token name
    * **Type**: consumption only or top-ups only
  </Step>

  <Step title="Search">
    Click **Search**. The list refreshes with the filtered results.
  </Step>
</Steps>

<Tip>
  Filtering by token name is the fastest way to trace a specific application's consumption. Remember to use meaningful names when you [create a token](/en/usage/tokens#create-a-token).
</Tip>

<h2 id="dashboard">
  Dashboard
</h2>

<Steps>
  <Step title="Open the dashboard">
    Click **Dashboard** in the left sidebar, or go directly to [https://globalai.vip/dashboard/models](https://globalai.vip/dashboard/models).
  </Step>

  <Step title="Review the charts">
    The page uses line or bar charts to show daily API call volume and quota consumption trends. Hover over a chart to see values for a specific date.
  </Step>

  <Step title="Switch dimensions">
    Switch views by model, token, or time granularity to quickly identify the fastest-growing model or the token spending the most quota.
  </Step>
</Steps>

## Common analysis scenarios

<AccordionGroup>
  <Accordion title="Costs are higher than expected — what is consuming?">
    In the dashboard, break down by token to find the top spender. Then filter the logs by that token to see which model or call pattern is responsible.
  </Accordion>

  <Accordion title="I suspect a token was stolen">
    Filter the logs by token name and check whether call times and source IPs look unusual. If anything is off, immediately delete and recreate the token in [Token management](/en/usage/tokens#delete-a-token).
  </Accordion>

  <Accordion title="I want to estimate next month's cost">
    In the dashboard, view the last 30 days, note the daily consumption average and trend, then multiply by the number of active days you plan for. Actual cost also depends on the model multiplier; see [Pricing](/en/billing/pricing).
  </Accordion>
</AccordionGroup>


## Related topics

- [Global AI Quickstart: From Sign-Up to First API Call](/en/quickstart.md)
- [Global AI FAQ: Accounts, Tokens, Calls, and Billing](/en/faq.md)
- [Global AI Quota & Top-Up: Online Payment, Codes, Referrals](/en/billing/topup.md)
- [Global AI Client Integrations: Parameters and Selection](/en/clients/overview.md)
- [Global AI Pricing: Model Multipliers and Quota Conversion](/en/billing/pricing.md)
