---
title: "Get all location details"
method: GET
path: "/v1/events/{eventId}/locations"
tags: ["Locations"]
---

# Get all location details

`GET /v1/events/{eventId}/locations`

Use this endpoint to retrieve the details of all locations added to a particular event type in your Zuddl organization. You can use query parameters such as filter, pagination, or sort to customize the response.

Required API key scopes: `READ`

## Path parameters

- `eventId` string, required

## Query parameters

- `filter` string
- `sort` string
- `page` number
- `size` number

## Response `200`

List of locations retrieved successfully

- OrgEventsAppDomainApiProductEventLocationDtosLocationDetailsPage
  - `pagination` OrgEventsAppDomainApiProductDtosPageResponsePagination
    - `next` string, uri — URI of the next page. Also indicates the presence of a next page.
    - `current` string, uri — URI of the current page.
    - `previous` string, uri — URI of the previous page. Also indicates the presence of a previous page.
  - `data` OrgEventsAppDomainApiProductEventLocationDtosLocationDetails[]
    - `kind` string
    - `url` string, uri
    - `id` string, uuid — Unique identifier of the location
    - `name` string — Name of the location (complete address)
    - `mapLink` string — Google Maps or other map service link for the location

## Other responses

- `400` — Invalid event ID supplied
- `401` — Unauthorized access to event
- `404` — Event not found

---

[API](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation.md) · [All operations](https://skmtc.net/zuddl/apis/zuddl-webhook-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuddl/zuddl-webhook-documentation/revisions/571c1d41e62a/schema)
