List farm profiles

Returns all farm-managed profiles for your team, newest first. Profiles without a provisioned cloud phone are excluded.

Authentication

X-API-Keystring
API Key authentication via header

Query parameters

cursorstring or nullOptional

Opaque pagination cursor from a previous response’s next_cursor.

limitintegerOptional<=100Defaults to 20

Maximum number of profiles to return (max 100).

Response

Successful Response
profileslist of objects
has_moreboolean
Whether more results exist beyond this page.
next_cursorstring or null

Opaque cursor for the next page. Pass back as the cursor query parameter. null when no more pages.

Errors

422
Unprocessable Entity Error