cURL
curl --request GET \
--url https://localhost/api/v2/ranges/%7Brange_id%7D/ \
--header 'X-Cockroach-API-Session: REPLACE_KEY_VALUE'{
"responses_by_node_id": {}
}Get range details
Retrieve more information about a specific range.
Client must be logged in as a user with admin privileges.
GET
/
ranges
/
{range_id}
/
cURL
curl --request GET \
--url https://localhost/api/v2/ranges/%7Brange_id%7D/ \
--header 'X-Cockroach-API-Session: REPLACE_KEY_VALUE'{
"responses_by_node_id": {}
}Authorizations
Token for logged-in REST session. Use /login/ to log in and get a session token. For additional information, see cockroachlabs.com/docs/stable/cluster-api.
Path Parameters
Response
200 - application/json
List range response
Show child attributes
Show child attributes

