---
title: "POST /ListResources"
method: POST
path: "/ListResources"
---

# POST /ListResources

`POST /ListResources`

Lists the resources registered to be managed by the Data Catalog.

## Query parameters

- `MaxResults` string
- `NextToken` string

## Request body

- object
  - `FilterConditionList` FilterCondition[] — Any applicable row-level and/or column-level filtering conditions for the resources.
    - `Field` 'RESOURCE_ARN' | 'ROLE_ARN' | 'LAST_MODIFIED' — The field to filter in the filter condition.
    - `ComparisonOperator` 'EQ' | 'NE' | 'LE' | 'LT' | 'GE' | 'GT' | 'CONTAINS' | 'NOT_CONTAINS' | 'BEGINS_WITH' | 'IN' | 'BETWEEN' — The comparison operator used in the filter condition.
    - `StringValueList` StringValue[] — A string with values used in evaluating the filter condition.
  - `MaxResults` integer — The maximum number of resource results.
  - `NextToken` string — A continuation token, if this is not the first call to retrieve these resources.

## Response `200`

Success

- ListResourcesResponse
  - `ResourceInfoList` ResourceInfo[] — A summary of the data lake resources.
    - `ResourceArn` string — The Amazon Resource Name (ARN) of the resource.
    - `RoleArn` string — The IAM role that registered a resource.
    - `LastModified` string, date-time — The date and time the resource was last modified.
    - `WithFederation` boolean — Whether or not the resource is a federated resource.
  - `NextToken` string — A continuation token, if this is not the first call to retrieve these resources.

## Other responses

- `480` — InvalidInputException
- `481` — InternalServiceException
- `482` — OperationTimeoutException

---

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