---
title: "List project instances"
method: GET
path: "/instances"
tags: ["Instance"]
---

# List project instances

`GET /instances`

Retrieves the collection of instances associated with a project.

## Query parameters

- `projectId` string, required
- `name` string
- `searchAfterId` string

## Response `200`

Instance collection

- InstanceJson[]
  - `agentVersion` string, required
  - `agentVersionStatus` string, required
  - `createdAt` string, date-time, required
  - `id` string, required
  - `logging` boolean, nullable, required
  - `logsLastFlushedAt` string, date-time, nullable, required
  - `misconfigured` boolean, required
  - `name` string, required
  - `rulesCount` integer, required
  - `rulesLastUpdatedAt` string, date-time, nullable, required

## Other responses

- `403` — Forbidden

---

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