SessionKit DOCS
Get Started
API Reference List Sessions
GET/v1/sessions

List Sessions

List all active and recent sessions for your account.

Filter by status: `active`, `idle`, `terminated`. Max results to return (1-100). Pagination cursor from previous response.

Response

{
  "sessions": [
    {
      "id": "ses_k8m2n4p6",
      "status": "active",
      "proxy": { "type": "residential", "country": "US" },
      "createdAt": "2026-06-23T15:00:00Z",
      "expiresAt": "2026-06-23T15:30:00Z"
    }
  ],
  "nextCursor": "cur_abc123",
  "total": 42
}
⌘I
AI Assistant

Ask me anything about the documentation.

ESC