> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mertani.co.id/llms.txt
> Use this file to discover all available pages before exploring further.

# 200 Success

The request has succeeded. The response contains the requested data with sensor readings including timestamps and sensor values.

```json theme={null}
{
"message": "success",
"data": [
    {
        "timestamp": "2025-11-20T00:00:00+07:00",
        "sensors": [
        {
            "id": "Y789-flLev",
            "value": 25.5,
            "unit": "cm"
        },
		{
	      "id": "Y789-arHum",
	      "value": 80,
	      "unit": "%"
	    },
		{
	      "id": "Y789-arTemp",
	      "value": 32,
	      "unit": "°C"
	    }
        ]
    },
    {
        "timestamp": "2025-11-20T01:00:00+07:00",
        "sensors": [
        {
            "id": "Y789-flLev",
            "value": 26.2,
            "unit": "cm"
        },
		{
	      "id": "Y789-arHum",
	      "value": 80,
	      "unit": "%"
	    },
		{
	      "id": "Y789-arTemp",
	      "value": 32,
	      "unit": "°C"
	    }
        ]
    }
    ]
}
```
