Usage
Get Function Usage
Get function usage over time in seconds and dollars.
GET
/
v2
/
usage
/
function
/
{owner_name}
/
{function_name}
Authorizations
The Sieve API key to authenticate with.
Path Parameters
The owner of the function.
The name of the function.
Query Parameters
The POSIX timestamp in float seconds or int nanoseconds. If not specified, defaults to the start of the current billing period.
The POSIX timestamp in float seconds or int nanoseconds. If not specified, defaults to the end of the current billing period.
Response
200 - application/json
Output schema for detailed usage including machine types.
Total amount of compute seconds accrued.
Total amount of dollars spent.
Usage for CPU machines.
Usage for A100 machines.
Usage for A100 20GB machines.
Usage for V100 machines.
Usage for L4 machines.
Usage for T4 machines.
Usage for functions billed with custom pricing.
Was this page helpful?