GraphQLQueriesGet EndpointOn this pageGet Endpoint Get a single Endpoint by ID. Query query GetEndpoint($id: ID!) { endpoint(id: $id) { id # Add other fields as needed }} Parameters id: ID of the resource to retrieve Return Type Returns a Endpoint resource.