SessionKit DOCS
Get Started
API Reference Get Profile
GET/v1/profiles/{id}

Get Profile

Retrieve a browser profile by its ID.

The profile ID.

Response

{
  "id": "prf_x9y2z4",
  "name": "US Chrome Desktop",
  "os": "windows",
  "browser": "chrome",
  "locale": "en-US",
  "timezone": "America/New_York",
  "screen": { "width": 1920, "height": 1080 },
  "sessionsUsed": 127,
  "lastUsedAt": "2026-06-23T14:55:00Z",
  "createdAt": "2026-06-23T10:00:00Z"
}
⌘I
AI Assistant

Ask me anything about the documentation.

ESC