Skip to main content
GET
/
v1
/
entities
/
states
List all entities with their states
curl --request GET \
  --url http://0.0.0.0:3000/v1/entities/states \
  --header 'Authorization: Bearer <token>'
[
  {
    "entity_id": "<string>",
    "name": "<string>",
    "domain": "<string>",
    "platform": "<string>",
    "state": "<string>",
    "attributes": {}
  }
]

Authorizations

Authorization
string
header
required

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

Response

Successful response

entity_id
string
name
string
domain
string
platform
string
state
string | null
attributes
object