---
title: "List all resources in the organization"
method: GET
path: "/v3/accounts/resources"
tags: ["Resources"]
---

# List all resources in the organization

`GET /v3/accounts/resources`

Lists every map, workflow, connection or access token in the organization,
regardless of owner.

Requires the **Superadmin** role.

## Query parameters

- `resourceType` 'map' | 'workflow' | 'connection' | 'accessToken', required
- `q` string
- `orderBy` 'updatedAt' | 'name'
- `orderDirection` 'ASC' | 'DESC'
- `page` integer
- `pageSize` integer

## Response `200`

The resources. Access tokens are masked to their last 5 characters.

- object
  - `meta` object
    - `page` object
      - `current` integer
      - `pageSize` integer
      - `total` integer, nullable
      - `totalPages` integer, nullable
  - `links` object
    - `prev` string, nullable
    - `next` string, nullable
  - `data` object[]

## Other responses

- `400` — The request is malformed or a parameter failed validation.
- `401` — The token is missing, malformed or expired.
- `403` — The token doesn't grant access to this resource.

---

[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)
