Skip to main content
GET
List running environments (external)

Authorizations

X-Asteroid-Agents-Api-Key
string
header
required

Path Parameters

agentId
string<uuid>
required

The agent whose environments to list.

Response

The request has succeeded.

Response for the list endpoint. Astro hits this when it doesn't have an environment id in slip state and wants to see what it can attach to before deciding to start fresh.

environments
object[]
required

All currently-running envs owned by the agent in question, ordered by createdAt DESC. Empty array when no envs are running.