Usage
Get Usage
Retrieve the current usage for the current user
GET
/
usage
/
current
Authorizations
lume-api-key
string
headerrequiredResponse
200 - application/json
Object representing usage data for the user within a time period.
id
string
requiredThe user id
pipelines
integer
requiredThe number of pipelines
jobs
integer
requiredThe number of jobs
records
integer
requiredThe number of records processed
start_date
string
requiredThe start date of the usage period
end_date
string
requiredThe end date of the usage period