Skip to main content

Get Node Details

GET/api/v1/nodes/{node_id}/

Path parameters

  • node_idPathstringrequired

    Path parameter node_id.

Query parameters

  • project_idQuerystringoptional

    Identifier 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}}
  • apikeyQuerystringoptional

    API key used to authenticate the request

    • required
    • non-empty string
    example{{api_key}}
  • locationQuerystringoptional

    Specifies the node's location as a string.

    • non-empty string
    • URL-encoded if containing special characters
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code of the response

example200
  • integer between 100 and 599
  • non-negative
dataobject
errorsobject
messagestring

Status message indicating the result of the request

exampleSuccess
  • must be a non-empty string
  • typically short (e.g., "Success", "Error")