Leaders

List a leader's skipped suspensions

Required API-key scope: leaders:read. Shutdown suspensions refused because the presented claim token did not own the active state — the expected race during a rolling restart. Newest first.

get /leaders/{leader_cap_id}/suspension-skips

Authorizations

x-api-key string header required

Talus API Key in the form key_id.secret. The API also accepts Authorization: ApiKey <key_id.secret>, but the docs UI is configured to send x-api-key.

Path Parameters

leader_cap_id string required

Leader capability object id

Query Parameters

page_token integer | null
page_size integer | null

200application/json

Paginated list of skipped suspensions

items object[] required
attempted_token string required

The token the caller presented.

created_at string required
id integer<int32> required
leader_cap_id string required
owner_token string required

The token that actually owns the active state.

registry_object_id string required
tx_digest string required
metadata object required

Pagination metadata included in every listing response.

next_token integer | null

Token to pass as page_token to retrieve the next page. null means there are no more pages.

total_items integer<int64> required

Total number of items across all pages.

404

Leader capability was not found

500

Internal server error