Get endpoint
GET /v1/endpoints/{endpointId}
Returns a single endpoint by ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The endpoint ID.
Responses
Section titled “ Responses ”The requested endpoint.
A device or system managed by Furl.
object
Unique identifier for the endpoint.
The hostname of the endpoint.
The IP address of the endpoint.
The MAC address of the endpoint.
Operating system information for the endpoint.
object
The name of the operating system (e.g., “macOS”, “Windows 11”).
The version of the operating system.
The operating system family.
The vendor of the operating system.
The CPU architecture (e.g., “x86_64”, “arm64”).
The Furl agent ID if an agent is installed.
The version of the Furl agent installed on this endpoint.
When the endpoint was first discovered.
When the endpoint was last updated.
Invalid endpoint ID format.
object
Human-readable error message.
Missing or invalid API key.
object
Human-readable error message.
Endpoint not found.
object
Human-readable error message.
Internal server error.
object
Human-readable error message.