# Bridge Node Status

This file documents the Flashback API’s node information endpoints, used to retrieve metadata, status for Flashback nodes. These endpoints provide real-time visibility into node availability, version, region, and status, and are helpful for routing decisions and infrastructure monitoring.

{% hint style="info" %}
To perform this operation, you must be authenticated by means of one of the following methods: [BearerAuth](/support-reference/platform-api-reference.md#http-bearer-authentication).
{% endhint %}

## Bridge Node API Calls <a href="#flashback-api-nodes" id="flashback-api-nodes"></a>

| Method                                                               | API Reference                                                                                                                                         | Description                                                         |
| -------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| <mark style="color:green;">`GET`</mark>`/node`                       | [**get\_\_node**](/support-reference/platform-api-reference/storage-apis/node-information/get__node.md)                                               | List all active Flashback nodes and their associated metadata.      |
| <mark style="color:green;">`GET`</mark>`/stats/nodes/minute`         | [**get\_\_stats\_nodes\_minute**](/support-reference/platform-api-reference/storage-apis/node-information/get__stats_nodes_minute.md)                 | Retrieve minute-level performance and availability stats for nodes. |
| <mark style="color:green;">`GET`</mark>`/organization/{orgId}/nodes` | [**get\_\_organization\_-orgid-\_nodes**](/support-reference/platform-api-reference/storage-apis/node-information/get__organization_-orgid-_nodes.md) | List all private nodes belonging to the specified organization.     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flashback.tech/support-reference/platform-api-reference/storage-apis/node-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
