API Reference
Get Job Cost
Get the cost of a job. Learn more about usage pricing here.
GET
/
v2
/
usage
/
job
/
{job_id}
Path Parameters
job_id
string
requiredThe job ID to fetch the cost for.
Query Parameters
aggregated
boolean
default: trueIf true, returns sum of all child job costs and the job itself.
Response
200 - application/json
job_id
string
requiredID of the job
function_name
string
requiredName of the function
function_owner_name
string
requiredOrganization name of the function owner
function_id
string
requiredID of the function
cost
number
requiredCost of the job, either aggregated or not
Was this page helpful?