Get Browser Profile
Retrieve a browser profile owned by the authenticated user. The response carries metadata only: what a checkout run did with the profile is reported on that run, not here.
A profile owned by another user returns 404, not 403.
API scope required: agent-checkouts.browser-profiles.read
Authorizations
Client-side API key (ck_...) with the agent-checkouts.* scopes.
JWT identifying the end user, issued by an external auth provider your project trusts.
Path Parameters
The browser profile id (returned by create).
Response
Returns the browser profile.
The browser profile, returned by create, get, list items, and update. Metadata only — no cookies, tokens, or local storage.
The browser profile id. Pass it as browserProfileId when creating a checkout.
When the label was last changed. Checkout runs do not update it.
Optional human-readable label for the profile.
1 - 120
