GET
/
v2
/
usage
/
function
Get Per Function Usage
curl --request GET \
  --url https://mango.sievedata.com/v2/usage/function \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

The 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

Successful Response

The response is of type object.