Skip to main content
POST
Export model usage data
This endpoint exports AI model usage data, including request counts per model.

Before You Start

  • Prerequisites and rate limits: See the Usage Export API overview.
  • Browser requests: Langdock intentionally blocks browser-origin requests to protect your API key. Use API keys server-side and store them securely. See API Key Best Practices.

Base URL

Dedicated deploymentsReplace api.langdock.com with <your-deployment-url>/api/public in all requests.

Data Included

By default, the model export returns one row per normalized model name, provider, and BYOK state.

Additional Columns for BYOK Workspaces

Because BYOK workspaces supply their own model keys, Langdock can provide you with an export of your token consumption data.

Grouped Export

Use group_by=source to return one row per model and source, such as WEB or MOBILE. BYOK workspaces can also use group_by=deployment to return one row per model and deployment.

Usage Analysis

With this export you can:
  • Calculate costs using your provider’s pricing
  • Identify which models receive the most requests
  • Track usage trends over time
  • Optimize model selection for different use cases

Authorizations

Authorization
string
header
required

API key as Bearer token. Format "Bearer YOUR_API_KEY"

Body

application/json

Request body for usage export endpoints

from
object
required

Start date and timezone for the export

to
object
required

End date and timezone for the export

group_by
enum<string>

Optional aggregation dimension. deployment is only available for BYOK workspaces.

Available options:
source,
deployment

Response

Export successful

Successful response from usage export endpoints

success
boolean
required

Indicates if the export was successful

Example:

true

data
object
required

Export data information