---
title: "Search Events for a Saved Location"
method: GET
path: "/v1/saved-locations/{location_id}/insights/events"
tags: ["Saved Locations API"]
---

# Search Events for a Saved Location

`GET /v1/saved-locations/{location_id}/insights/events`

Returns events that impact the specified Saved Location. Please refer to the [Events API](https://docs.predicthq.com/api/events/search-events) docs for the available query parameters in addition to those listed below.

## Path parameters

- `location_id` string, required

## Query parameters

- `date_range_type` 'next_90d' — The type of date range for insight calculations. Currently only `next_90d` is supported.
- `offset` integer
- `limit` integer

## Response `200`

Successful Response

- PhqEvents — A paginated list of events impacting a Saved Location.
  - `count` integer, required — Total number of results found.
  - `results` object[], required — List of results where each item is an Event. Please refer to the response fields section in [Search Events](https://docs.predicthq.com/api/events/search-events#response-fields) for the structure of each record.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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