Skip to main content
GET
List Freelancers

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <your_api_key>

Query Parameters

page
integer
default:1
Required range: x >= 1
per_page
integer
default:10
Required range: 1 <= x <= 100
status
string

Comma-separated roster segment: staffed, unstaffed, pending, archived, or all. staffed = at least one active mission; unstaffed = active link without such mission; pending = invitation not accepted (id is a team invitation id); archived = archived link. Omit status to exclude archived and pending; use all for no filter.

Example:

"staffed,unstaffed"

tag_ids
string

Comma-separated tag UUIDs (AND — freelancer must have all listed tags).

kyc_complete
enum<string>
Available options:
true,
false
master_agreement_active
enum<string>
Available options:
true,
false
external_id
string

Filter by exact external_id (case-insensitive) — matches the team-set value or, when unset, the value derived from the freelancer's name.

Example:

"clementbalea"

Response

Success

data
object