---
title: "POST /list"
method: POST
path: "/list"
tags: ["Check API"]
---

# POST /list

`POST /list`

Fetches a list of resource IDs on which an actor can perform a particular action.

## Request body

- ListQuery
  - `actor_type` string, required
  - `actor_id` string, required
  - `action` string, required
  - `resource_type` string, required
  - `context_facts` Fact[]
    - `predicate` string, required
    - `args` Value[], required
      - `type` string, nullable
      - `id` string, nullable

## Response `200`

- ListResult
  - `results` string[], required

## Other responses

- `default`

---

[API](https://skmtc.net/osohq/apis/oso-cloud-http-api.md) · [All operations](https://skmtc.net/osohq/apis/oso-cloud-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osohq/oso-cloud-http-api/versions/edaea3b218bd/schema)
