---
title: "List Connector Readiness Attempts Endpoint"
method: GET
path: "/v1/connectors/{connector_id}/readiness-attempts"
tags: ["v1-connectors"]
---

# List Connector Readiness Attempts Endpoint

`GET /v1/connectors/{connector_id}/readiness-attempts`

Roll up branch_readiness_checks into one summary per engine-setup attempt.

Returns ``{attempt_id, total_checks, passed_checks, failed_checks,
latest_checked_at, pod_name}`` per attempt, sorted with the most recent
attempt first. Customers land here to find the right ``attempt_id`` to
drill into via ``/readiness-checks?attempt_id=...``.

## Path parameters

- `connector_id` string, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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