Usage
Get Per Function Usage
Get usage per function over time in seconds and dollars.
GET
/
v2
/
usage
/
function
Authorizations
X-API-Key
string
headerrequiredThe Sieve API key to authenticate with.
Query Parameters
start_timestamp
required
The POSIX timestamp in float seconds or int nanoseconds. If not specified, defaults to the start of the current billing period.
end_timestamp
required
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
{key}
object
Output schema for detailed usage including machine types.
Was this page helpful?