---
title: "List Projects"
method: GET
path: "/projects"
tags: ["Project"]
---

# List Projects

`GET /projects`

List all accessible ASI projects and their IDs.

## Query parameters

- `sort_direction` 'asc' | 'desc' — Sort direction (ascending or descending).

## Response `200`

Successful Response

- ProjectListResponse — List of ASI projects accessible to the authenticated user.
  - `data` Project[], required
    - `id` string, uuid, required
    - `title` string, required
    - `scanning_enabled` boolean, nullable
    - `last_scanned_at` string, date-time, nullable
    - `inserted_at` string, date-time, nullable
    - `max_exposure_score` integer, nullable
  - `meta` ApiMeta, required — Response metadata including pagination, counts, and request parameters.
    - `params` object, nullable
    - `counts` ApiCount — Result count metadata.
      - `total` integer, nullable
      - `returned` integer, required
    - `pagination` PaginationResponse — Cursor-based pagination data in responses.
      - `next_cursor` string, nullable — An opaque value which should be passed as the `cursor` to retrieve the next page of results. If None or not present there are no remaining pages. This value should not be interpreted by the client.
      - `limit` integer — The number of items returned
      - `total` integer, nullable
      - `sort` array[], nullable — The sort order of the results
        - unknown[]
          - unknown
    - `request_id` string, nullable

## Other responses

- `422` — Validation Error

---

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