Jobs
GET /jobs/daywise-costs
GetDaywiseCosts
Authorization
JWTKeyAuth Authorization<token>
In: header
Query Parameters
start_date*string
Date range start
end_date*string
Date range end
Response Body
*/*
*/*
*/*
curl -X GET "https://example.com/jobs/daywise-costs?start_date=string&end_date=string"[ { "amount": 0, "cumulative_amount": 0, "date": "string" }]