v7

latestOpenAPI 3.0.4raw.githubusercontent.com2026-08-033267145.4 KB
Profile

Check the current status of a profile, including its lifecycle and persistence states.

get/profiles/{profileId}/status

Path parameters

profileIdstring uuid required

The unique identifier of the profile

Response

OK.

lifetimeState'created' | 'starting' | 'running' | 'terminating' | 'terminated' | 'locked' | 'loading' | 'unknown' required

Represents the lifetime states of a profile, indicating which actions can be performed with the associated browser engine at each state. Possible values are:

  • Created: Profile is created; the associated browser engine is not started.
  • Starting: The associated browser engine is starting.
  • Running: The associated browser engine is currently running.
  • Terminating: The associated browser engine is in the process of terminating.
  • Terminated: The associated browser engine is not running but has been started at least once.
  • Locked: The profile is currently being used by another user.
  • Loading: The profile data or the browser engine is syncing with the cloud storage.
  • Unknown: State of the profile is undefined.