curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/nodePools/{node_pool_id}:getStats \
--header 'Authorization: Bearer <token>'{
"nodeCount": 123,
"ranksPerNode": 123,
"environmentCount": 123,
"environmentRanks": 123,
"batchJobCount": {},
"batchJobRanks": {}
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/nodePools/{node_pool_id}:getStats \
--header 'Authorization: Bearer <token>'{
"nodeCount": 123,
"ranksPerNode": 123,
"environmentCount": 123,
"environmentRanks": 123,
"batchJobCount": {},
"batchJobRanks": {}
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The fields to be returned in the response. If empty or "*", all fields will be returned.
A successful response.
The number of nodes currently available in this pool.
The number of ranks available per node. This is determined by the machine type of the nodes in this node pool.
The number of environments connected to this node pool.
The number of ranks in this node pool that are currently allocated to environment connections.
Was this page helpful?