Loading...
Skip to main content

Return usage records for a specific team

Return usage records for a specific team

Path Parameters
    team_id string required
Query Parameters
    limit int32

    The maximum number of results to return. The service may return fewer than this value. If unspecified, the service will choose a sensible default. The maximum allowed value is 100.

    offset int32

    The number of entries in the result set to skip.

    startDate string

    The start date of the range of records.

    endDate string

    The end date of the range of records.

Responses

OK


Schema
    usageRecords object[]
  • Array [
  • date date-time

    The date for which this UsageRecord applies.

    model string

    The model for which this UsageRecord applies.

    queryCount int32

    Number of Queries.

    inputTokenCount int32

    Input token count.

    outputTokenCount int32

    Output token count.

  • ]
Loading...