Skip to content

Account Usage Export

Export account usage data

Create export for account usage

Request

POST /v3/usage/exports/{exportType}
Security
API_Key
Path
exportTypestringrequired

Controls accepted values

Enum:"AUDIT_RUNS_EXPORT""WEB_JOURNEY_RUNS_EXPORT"
Bodyapplication/json

Filters

object

Exact type depends on exportType param, see mapping in AccountUsageExportTypeToFilterMapping

POST
/v3/usage/exports/{exportType}
curl -i -X POST \
  'https://api.observepoint.com/v3/usage/exports/{exportType}' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{}'

Responses

Details of created export

Bodyapplication/json
exportIdinteger, (int64)required

Unique ID of an export

Response
{ "exportId": 0 }