---
title: "List maps"
method: GET
path: "/v3/organization-maps"
tags: ["Resources"]
---

# List maps

`GET /v3/organization-maps`

Lists the maps you have access to in your organization.

## Query parameters

- `page` integer
- `page_size` integer
- `order_by` string
- `order_direction` 'ASC' | 'DESC'
- `search` string
- `privacy` 'private' | 'shared' | 'public'
- `tags` string

## Response `200`

The maps.

- object
  - `meta` object
    - `page` object
      - `current` integer
      - `pageSize` integer
      - `total` integer, nullable
      - `totalPages` integer, nullable
  - `links` object
    - `prev` string, nullable
    - `next` string, nullable
  - `data` MapItem[]
    - `id` string
    - `title` string, nullable
    - `description` string, nullable
    - `thumbnailUrl` string
    - `tags` string[]
    - `views` integer
    - `userId` string
    - `privacy` 'private' | 'shared' | 'public'
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — The request is malformed or a parameter failed validation.
- `401` — The token is missing, malformed or expired.

---

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