GET
/v3/education/usages/history
This endpoint allows you to export your usage history between two dates.
The output results will be exported to a csv file and it will be attached to the response.
Add this HTTP header to your request: You need to login with a user and api key in order to access this method.
Authorization: Bearer <Your-Login-Token>
Not sure how to generate your login token? Read here .
Request
URL Parameters
Name
Description
start
REQUIREDString (date)Date Format: dd-MM-yyyy
Example: 01-01-2020
end
REQUIREDString (date)Date Format: dd-MM-yyyy
Example: 31-01-2020
Request Example
RAW
cURL
Python
C#
Node.js
PHP
GET
https://api.copyleaks.com/v3/education/usages/history?start=01-01-2020&end=31-01-2020
Headers
Body
Response
Codes
Status Code
Description
Example
200
csv
file will be attached to the response. 400
401
Other resources:
- Exponential Backoff - Algorithm that helps applications define a retry strategy for consuming a network service.

Do you have a technical question?
Use stackoverflow.com to get help from our development team and other Copyleaks users.