Export project usage data
Usage Export API
Export Project Usage
API endpoint to export project activity data including involved users and resource consumption
POST
Export project usage data
For details on prerequisites and rate limits, please refer to the main Usage Export API documentation.
Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.
Data Included
The project export returns one row per project.| Column | Description |
|---|---|
period_start | Start date of the report |
period_end | End date of the report |
org_id | ID of the workspace |
project_id | ID of the project |
project_name | Name of the project |
project_owner_id | ID of the project owner |
project_owner_email | Email of the project owner; included only when user-level data is enabled |
messages | Number of messages in project chats |
group_by is not supported for project exports.Authorizations
API key as Bearer token. Format "Bearer YOUR_API_KEY"
Body
application/json