Events

List event label values

GET
/workspaces/{workspaceId}/events/labels/{labelKey}/values

Authorization

API key Logs: read
AuthorizationBearer <token>

API key (sf_...) with any of the required scopes. Generate it in the Spotflow portal on the settings page.

In: header

Scope: Logs: read

Path Parameters

workspaceId*string
Formatuuid
labelKey*string

Response Body

application/json

curl -X GET "https://example.com/workspaces/00000000-0000-0000-0000-000000000001/events/labels/component/values"

Values used for the label key in the workspace.

{  "labelValues": [    "network",    "storage",    "sensors"  ]}