POST
/
workspaces
/
{uid}
/
usage
curl --request POST \
  --url https://eu-voiceglow-runtime-vbmbkqccuq-ey.a.run.app/v3/workspaces/{uid}/usage \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "uiTimeRange": "<any>",
  "range": {
    "start": 123,
    "end": 123
  },
  "logsPage": 123
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

Body

application/json
uiTimeRange
any
range
object
logsPage
number

Response

200
application/json
Successful response
{key}
any