cURL
curl --request GET \ --url https://agentcell.live/api/sessions/{session_id}
Get status and details of a session
session_id
curl https://agentcell.live/api/sessions/SESSION_ID \ -H "X-API-Key: YOUR_API_KEY"
{ "id": "abc123", "status": "ready", "stream_url": "https://agentcell.live/scrcpy/?action=stream&udid=...", "adb_serial": "172.18.0.5:5555", "trial_expires_at": "2025-01-15T10:20:00Z", "created_at": "2025-01-15T10:00:00Z", "updated_at": "2025-01-15T10:00:30Z" }
status
"ready"