> For the complete documentation index, see [llms.txt](https://docs.flashback.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashback.tech/support-reference/platform-api-reference/storage-apis/node-information.md).

# Bridge Node Status

This file documents the Flashgate API’s node information endpoints, used to retrieve metadata, status for Flashgate 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="#flashgate-api-nodes" id="flashgate-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 Flashgate 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
