cURL
curl --request GET \ --url http://localhost:3001/stacks/stacks/nodes/{node_id}
[ { "already_computed_units": 123, "in_settle_period": true, "is_claimed": true, "is_locked_for_claim": true, "num_compute_units": 123, "num_total_messages": 123, "owner_address": "<string>", "price_per_one_million_compute_units": 123, "selected_node_id": 123, "stack_id": "<string>", "stack_small_id": 123, "task_small_id": 123 } ]
Lists all stacks for a specific node identified by its small ID.
Node small ID
Optional minimum fill fraction (0.0 to 100.0)
List of Stack objects matching the criteria
The response is of type object[].
object[]