Query Events

Search, filter, and browse Vision Events in the dashboard and via the API

Query and Filter Events

Find specific events using filters in the Vision Events dashboard or query them programmatically via the REST API.

Browse Events in the Dashboard

Select a Use Case

From the Vision Events page, click on a Use Case to view its events. Events are displayed in reverse chronological order.

Filter Events

Use the filter controls at the top of the events list to narrow results by:

  • Date range — start and end timestamps

  • Event type — quality_check, inventory_count, safety_alert, custom, operator_feedback

  • Device — filter by device ID

  • Stream — filter by stream or camera ID

  • Workflow — filter by the workflow that generated events

  • Detection class — filter by a specific detected object class

  • Custom metadata — filter by any custom metadata field and value

  • Warnings — show only events that had ingestion warnings

View Event Details

Click on any event in the list to view its full details:

  • The original image with overlaid predictions (detections, classifications, segmentations)

  • All source metadata (device, stream, workflow)

  • Event-type-specific data (e.g. pass/fail result, item count, alert severity)

  • Custom metadata key-value pairs

Query Events via the API

The query endpoint supports the same filters as the dashboard, plus cursor-based pagination.

Basic Query

Response:

Pagination

Results are paginated using a cursor. If the response includes a nextCursor value and hasMore is true, pass the cursor in your next request to retrieve the next page:

Continue until hasMore is false.

Filter by Event Type

Query a single event type:

Or multiple event types (max 20):

Filter by Custom Metadata

Use customMetadataFilters to filter events by your own metadata fields:

Last updated

Was this helpful?