---
title: "GET /v1/organizations/{organizationId}/projects/{projectId}/location"
method: GET
path: "/v1/organizations/{organizationId}/projects/{projectId}/location"
tags: ["Location"]
---

# GET /v1/organizations/{organizationId}/projects/{projectId}/location

`GET /v1/organizations/{organizationId}/projects/{projectId}/location`

## Path parameters

- `organizationId` string, required
- `projectId` string, required

## Query parameters

- `deviceIds` string[]

## Response `200`

A successful response.

- GoliothListLocationPointsResponse
  - `list` GoliothLocationPoint[]
    - `accuracy` integer
    - `deviceId` string
    - `lat` number, double
    - `lon` number, double
    - `timestamp` string, date-time

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/golioth/apis/golioth-api.md) · [All operations](https://skmtc.net/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/golioth/golioth-api/versions/47c98ae69a55/schema)
