SessionKit DOCS
Get Started
API Reference List Profiles
GET/v1/profiles

List Profiles

List all browser profiles for your account.

Max results to return (1-100). Pagination cursor from previous response.

Response

{
  "profiles": [
    {
      "id": "prf_x9y2z4",
      "name": "US Chrome Desktop",
      "os": "windows",
      "browser": "chrome",
      "sessionsUsed": 127,
      "lastUsedAt": "2026-06-23T14:55:00Z"
    }
  ],
  "nextCursor": "cur_def456",
  "total": 5
}
⌘I
AI Assistant

Ask me anything about the documentation.

ESC