Skip to main content
GET
/
api
/
v1
/
spaces
/
{space_id}
/
session
/
state
Get Space State
curl --request GET \
  --url https://api.example.com/api/v1/spaces/{space_id}/session/state

Get Space State

Returns the current state of a space, including all actors, tiles, and assets.

Authentication

Requires a valid user JWT token.

Path Parameters

space_id
string
required
UUID of the space.

Example

curl https://api.ama2.me/api/v1/spaces/{space_id}/session/state \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"