---
title: "GET /v1/projects/{projectId}/device-activity-logs"
method: GET
path: "/v1/projects/{projectId}/device-activity-logs"
tags: ["Logs"]
---

# GET /v1/projects/{projectId}/device-activity-logs

`GET /v1/projects/{projectId}/device-activity-logs`

## Path parameters

- `projectId` string, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

A successful response.

- GoliothGetLatestDeviceActivityLogsResponse
  - `list` GoliothDeviceActivityLog[]
    - `deviceId` string
    - `deviceName` string
    - `id` string
    - `lastReport` string, date-time
    - `lastSeenOffline` string, date-time
    - `lastSeenOnline` string, date-time
    - `status` string
  - `page` integer
  - `perPage` integer
  - `total` integer

## Other responses

- `default` — An unexpected error response.

---

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