---
title: "List active parcels"
method: GET
path: "/orgs/{orgId}/parcels"
tags: ["orgs/parcels"]
---

# List active parcels

`GET /orgs/{orgId}/parcels`

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

## Path parameters

- `orgId` integer, required

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `order` string
- `q` string
- `filter` string
- `preFilter` string

## Response `200`

Successful

- object
  - `totalCount` integer
  - `filteredCount` integer
  - `cursors` object
    - `nextCursor` integer, nullable
    - `hasNextPage` boolean
  - `data` object[]
    - `idExt` string, required
    - `note` string, nullable
    - `recipient` object, nullable
      - `id` integer, nullable, required
      - `opal` string, nullable, required
      - `identity` object, required
        - `id` integer, required
        - `fullName` string, nullable
        - `firstName` string, nullable
        - `lastName` string, nullable
        - `nicknames` object[], nullable
          - `nickname` string
        - `email` string
    - `statusLastUpdatedBy` object, nullable
      - `id` integer, required
      - `fullName` string, nullable
      - `email` string
    - `parcelPictures` object[], nullable
      - `id` number, required
      - `parcelPictureType` object
        - `id` number, required
        - `code` string
        - `name` string
      - `contentType` string
      - `fileName` string
      - `pictureUrl` string, nullable
      - `pictureFullSizeUrl` string, nullable
      - `createdAt` string, date
      - `updatedAt` string, date
    - `mailroom` object
      - `id` integer, required
      - `name` string, required
      - `timezone` string, required
      - `isSelfPickup` boolean, required
      - `isSignatureRequired` boolean, required
    - `parcelStatus` object
      - `id` number, required
      - `code` string
      - `name` string
    - `trackingNumber` string, nullable
    - `carrier` string, nullable
    - `sender` string, nullable
    - `createdAt` string, date
    - `updatedAt` string, date
    - `parcelPickedUpAt` string, date, nullable
    - `scannedName` string, nullable
    - `isManualScan` boolean, nullable
    - `weight` string, nullable
    - `poNumber` string, nullable
    - `signedBy` string, nullable
    - `signedAt` string, date, nullable
  - `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/versions/d8a888c114fa/schema)
