---
title: "List all cameras of an entry"
method: GET
path: "/orgs/{orgId}/entries/{entryId}/cameras"
tags: ["orgs/entries"]
---

# List all cameras of an entry

`GET /orgs/{orgId}/entries/{entryId}/cameras`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-videoProviderLive:w,o{params.orgId}-videoProviderPlayback:w,o{params.orgId}-opvideoDevice:r,o{params.orgId}-opvideoDevice:w,o:w,o:r,s-o:w,s-o:r<br/><br/>__Endpoint name__: listEntryCameras

## Path parameters

- `orgId` integer, required
- `entryId` integer, required

## Response `200`

Successful

- object
  - `totalCount` integer
  - `filteredCount` integer
  - `data` object[]
    - `id` integer, required
    - `name` string, nullable
    - `nameExt` string, nullable
    - `idExt` string, required
    - `model` string, nullable
    - `version` string, nullable
    - `manufacturer` string, nullable
    - `supportsSnapshot` boolean, nullable
    - `supportsDeeplink` boolean, nullable
    - `supportsMotionSnapshot` boolean, nullable
    - `supportsFaceCrop` boolean, nullable
    - `supportsFaceDetection` boolean, nullable
    - `supportsPeopleDetection` boolean, nullable
    - `supportsMotionRecap` boolean, nullable
    - `supportsLivestream` boolean, nullable
    - `videoProviderId` integer, required
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

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