---
title: "Retrieve search execution events"
method: GET
path: "/v7/analytics/api/v1/search/executions"
tags: ["Search Usage"]
---

# Retrieve search execution events

`GET /v7/analytics/api/v1/search/executions`

## Query parameters

- `limit` integer
- `cursor` string
- `fromDateTime` string, date-time
- `toDateTime` string, date-time

## Response `200`

Successful response

- object[]
  - `eventId` string
  - `eventType` string
  - `dateTime` string, date-time
  - `userId` string
  - `terms` string[]
  - `filters` object[]
    - `field` string
    - `value` string
  - `operator` string
  - `sortOrder` object
    - `field` string
    - `order` string
  - `results` object
    - `assets` integer

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
