---
title: "List against attestation disputes"
method: GET
path: "/attestation_disputes/against/nodes/{node_id}"
tags: ["Attestation disputes"]
---

# List against attestation disputes

`GET /attestation_disputes/against/nodes/{node_id}`

Lists all attestation disputes against a specific node.

## Path parameters

- `node_id` integer, required

## Response `200`

List of against attestation disputes where the specified node is the defendant

- StackAttestationDispute[]
  - `attestation_commitment` integer[], required — Cryptographic commitment provided by the attesting node
  - `attestation_node_id` integer, required — Identifier of the node that provided the attestation
  - `original_commitment` integer[], required — Original cryptographic commitment provided by the computing node
  - `original_node_id` integer, required — Identifier of the original node that performed the computation
  - `stack_small_id` integer, required — Unique small integer identifier for the stack involved in the dispute

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/atomaai/apis/atoma-daemon.md) · [All operations](https://skmtc.net/atomaai/apis/atoma-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomaai/atoma-daemon/revisions/45bb2355d453/schema)
