Retrieve a browser profile
Browser Profiles
Retrieve a browser profile
Fetch a browser profile by id.
GET
Retrieve a browser profile
Fetches a single browser profile.
Returns the profile object.
Path parameters
string
required
The profile’s
id (UUID).The browser profile object
string
Unique profile identifier (UUID).
string
Human-readable label.
string | null
Optional free-text description.
string
Browser the profile was captured with (for example
chromium).string
Browser version string the profile was captured with.
string | null
Internal storage path of the profile archive.
integer | null
Size of the stored archive in bytes.
string | null
SHA-256 checksum of the stored archive, computed at upload time.
integer
Number of times the profile has been loaded into a session.
string | null
ISO 8601 timestamp of the last time the profile was loaded, or
null if never used.object | null
Key-value metadata you set on the profile.
boolean
Whether this profile is your default for its
browser_name. Set and cleared via the set-default and unset-default endpoints.string
ISO 8601 creation timestamp.
string
ISO 8601 timestamp of the last change.
Examples
Response