---
title: "Find App-Specific Marketing Events by External Event Id"
method: GET
path: "/marketing/v3/marketing-events/events/search"
tags: ["Identifiers"]
---

# Find App-Specific Marketing Events by External Event Id

`GET /marketing/v3/marketing-events/events/search`

Retrieves Marketing Events where the externalEventId matches the value provided in the request, limited to events created by the app making the request.

Marketing Events created by other apps will not be included in the results.

## Query parameters

- `q` string, required

## Response `200`

successful operation

- CollectionResponseSearchPublicResponseWrapperNoPaging
  - `results` SearchPublicResponseWrapper[], required
    - `appId` integer, required — The ID of the source application of the marketing event
    - `externalAccountId` string, required — The account ID associated with this marketing event in the external application
    - `externalEventId` string, required — The ID of the marketing event in the external event application
    - `objectId` string, required — The internal ID of the marketing event in HubSpot

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/marketing-marketing-events.md) · [All operations](https://skmtc.net/hubspot/apis/marketing-marketing-events/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/marketing-marketing-events/revisions/e1f0e463c8c3/schema)
