# List usage meters

> Returns the raw usage-meter rows the caller can access, most recent first, optionally filtered by agent, generation, trace, actor, session, or `source`. Each row is the per-generation token usage as reported by the provider, for audit and reconciliation.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List usage meters"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/usage/meters"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns the raw usage-meter rows the caller can access, most recent first, optionally filtered by agent, generation, trace, actor, session, or `source`. Each row is the per-generation token usage as reported by the provider, for audit and reconciliation.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./list-usage-meters.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-usage-meters.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-usage-meters.StatusCodes.json")}
>
  
</StatusCodes>
