List farm profiles

Returns all farm-managed profiles for your team, newest first. In-flight profiles are included — their phone fields (phone_id, platforms, accounts) will be null or empty until provisioning completes.

Rate limit: 100 requests per minute per team.

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
429
Too Many Requests Error