List Nodes
GET
/api/v1/nodes/Query parameters
project_idQuerystringoptionalIdentifier of the project to scope the request to. Optional; if omitted, the account's default project is used.
- optional
- if omitted, the request is applied to the default project
example{{project_id}}apikeyQuerystringoptionalAPI key for authenticating the request
- required
- non-empty string
example{{api_key}}locationQuerystringoptionalSpecifies the location filter for the node list request.
- must be a non-empty string
- should be URL-encoded if it contains special characters
example{{location}}
Responses
200Successful response
HTTP status code of the response
example
200- must be a valid HTTP status code (100-599)
- required
Status message describing the outcome of the list nodes request.
example
Success- Must be a non-empty string
- Typically limited to a short length (e.g., ≤255 characters)