Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Returns a specific asset by friendly ID.
cURL
curl --request GET \ --url https://app.gomangrove.com/api/v1/assets/{asset_id} \ --header 'Authorization: <api-key>'
{ "id": "asset_abc123def456", "friendly_id": "asset_abc123def456", "name": "Kiln Alpha", "health_status": null, "location_id": "loc_xyz789", "project_id": "prj_abc123", "lat": 37.3875, "long": -121.9635, "custom_field_values": { "serial": "KILN-001", "status": "Registered" }, "created_at": "2026-01-15T10:00:00.000Z", "updated_at": "2026-01-15T10:00:00.000Z" }
Asset friendly ID (e.g., asset_abc123def456)
200