---
title: "POST /tracking/v0/list-trackers"
method: POST
path: "/tracking/v0/list-trackers"
---

# POST /tracking/v0/list-trackers

`POST /tracking/v0/list-trackers`

Lists tracker resources in your Amazon Web Services account.

## Query parameters

- `MaxResults` string
- `NextToken` string

## Request body

- object
  - `MaxResults` integer — <p>An optional limit for the number of resources returned in a single call. </p> <p>Default value: <code>100</code> </p>
  - `NextToken` string — <p>The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page. </p> <p>Default value: <code>null</code> </p>

## Response `200`

Success

- ListTrackersResponse
  - `Entries` ListTrackersResponseEntry[], required — Contains tracker resources in your Amazon Web Services account. Details include tracker name, description and timestamps for when the tracker was created and last updated.
    - `CreateTime` string, date-time, required — The timestamp for when the tracker resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>.
    - `Description` string, required — The description for the tracker resource.
    - `PricingPlan` 'RequestBasedUsage' | 'MobileAssetTracking' | 'MobileAssetManagement' — Always returns <code>RequestBasedUsage</code>.Deprecated. Always returns RequestBasedUsage.
    - `PricingPlanDataSource` string — No longer used. Always returns an empty string.Deprecated. Unused.
    - `TrackerName` string, required — The name of the tracker resource.
    - `UpdateTime` string, date-time, required — The timestamp at which the device's position was determined. Uses <a href="https://www.iso.org/iso-8601-date-and-time-format.html"> ISO 8601</a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>.
  - `NextToken` string — A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/location.md) · [All operations](https://skmtc.net/aws/apis/location/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/location/versions/5625b31cf50d/schema)
