Skip to main content
GET
/
v1
/
history
Fetch entity state history from InfluxDB
curl --request GET \
  --url http://0.0.0.0:3000/v1/history \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
string<date-time>
required

ISO 8601 start time

end
string<date-time>
required

ISO 8601 end time

entity_id
string
required

Comma-separated entity_ids

Response

History points grouped by entity_id

{key}
object[]