Skip to main content
GET
Get all profiles

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Search query to filter profiles by name.

folder
string

Folder ID to filter profiles by.

page
number
default:1

Maximum number of profiles per page is 30. So if you want to get more profiles, you need to increment this value.

sorterField
enum<string>
default:createdAt

Parameter to sort the results by.

Available options:
lastActivity,
proxyType,
updatedAt,
createdAt,
sharedEmails,
name,
os,
order
sorterOrder
enum<string>
default:descend

Sort order for the results.

Available options:
ascend,
descend
tag
string

Tag ID to filter profiles by. Tag ID can be found in Tags API

Response

200 - application/json
profiles
object[]
required
allProfilesCount
number
required

Total number of profiles in all workspaces

currentOrbitaMajorV
string
currentBrowserV
string
currentTestBrowserV
string
currentTestOrbitaMajorV
string
isFolderDeleted
boolean