get/jobs/{UUID}/cost
Path parameters
UUIDstring required
Response
Successfully retrieved the cost of a job.
Example response
{
"estimated_cost": {
"value": 24.83,
"unit": "usd"
},
"cost": {
"value": 24.83,
"unit": "usd"
}
}Successfully retrieved the cost of a job.
{
"estimated_cost": {
"value": 24.83,
"unit": "usd"
},
"cost": {
"value": 24.83,
"unit": "usd"
}
}