List Sessions
List all active and recent sessions for your account.
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
}