List sessions
GET
/v1/sessionsAuthorization
bearerAuth AuthorizationBearer <token>
Use the owner-scoped product API key provided by the service operator.
In: header
Query Parameters
after?string
Format
uuidlimit?integer
Range
1 <= value <= 100Default
50Response Body
application/json
application/json
Request
curl -X GET "https://assemble-vms-api.fly.dev/v1/sessions" \ -H "Authorization: Bearer ${ASSEMBLE_API_KEY}"Response
{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "image": "terminal", "state": "starting", "rootDirectory": "/workspace", "homeDirectory": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "nextCursor": "53a4a333-2825-45a4-80d2-5f430d088f36"}