List distinct event names

GET/v1/events/names

Secret key — sk_… or sk_test_… · Base URL https://api.volanea.com

Every event name logged for the project, alphabetical — for populating a segment/workflow event picker.

Response

Distinct event names.

  • datastring[]

Errors

Every failure returns the standard envelope — branch on `code`, never on the wording of `error`.

  • 401Missing or invalid API key.
  • 422Request validation failed (code `validation_error`, 422).

Request

curl https://api.volanea.com/v1/events/names \
  -H "Authorization: Bearer sk_..."

Response

200 · application/json

{
  "success": true,
  "data": {
    "data": [
      "<data>"
    ]
  }
}

92 endpoints · OpenAPI document