Retrieve account usage

Retrieve account usage

Endpoint

GET https://embedworkflow.com/api/v1/account/usage

Query Parameters

start_time string, optional

Start of the usage period (ISO 8601 format)

end_time string, optional

End of the usage period (ISO 8601 format)

user_key string, optional

User key to filter usage for a specific user

Response

Returns successful.

Response Properties

end_time string

End of the usage period (ISO 8601 format)

object string

Object type identifier

start_time string

Start of the usage period (ISO 8601 format)

usage integer

Total number of actions in the specified time period

Response
1
2
3
4
5
6
{
  "end_time": "2025-11-05T23:59:59Z",
  "object": "usage",
  "start_time": "2025-10-06T00:00:00Z",
  "usage": 0
}