---
title: "POST /maps/v0/list-maps"
method: POST
path: "/maps/v0/list-maps"
---

# POST /maps/v0/list-maps

`POST /maps/v0/list-maps`

Lists map 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

- ListMapsResponse
  - `Entries` ListMapsResponseEntry[], required — Contains a list of maps in your Amazon Web Services account
    - `CreateTime` string, date-time, required — The timestamp for when the map 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>.
    - `DataSource` string, required — Specifies the data provider for the associated map tiles.
    - `Description` string, required — The description for the map resource.
    - `MapName` string, required — The name of the associated map resource.
    - `PricingPlan` 'RequestBasedUsage' | 'MobileAssetTracking' | 'MobileAssetManagement' — No longer used. Always returns <code>RequestBasedUsage</code>.Deprecated. Always returns RequestBasedUsage.
    - `UpdateTime` string, date-time, required — The timestamp for when the map resource was last updated 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>.
  - `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)
