Get Equipment Details
Endpoints
Get Equipment Details
Retrieve details for a specific piece of equipment by ID
GET
Get Equipment Details
Get Equipment Details
Returns the full details for a specific piece of equipment.Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Equipment ID (e.g., eq_abc123) |
Response
Required scope
equipment:read
Errors
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid API key |
403 | FORBIDDEN | API key lacks equipment:read scope |
404 | NOT_FOUND | Equipment not found or belongs to another organization |
500 | INTERNAL_ERROR | Unexpected server error — retry with exponential backoff |

