Skip to main content
GET
/
api
/
workforces
List Workforces
curl --request GET \
  --url https://api.example.com/api/workforces \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
default:1
size
integer
default:20
status
string | null

Response

Successful Response

The response is of type Response List Workforces Api Workforces Get · object.