Skip to main content
GET
List workers

Authorizations

Authorization
string
header
required

Session token passed as Authorization: Bearer <session-token> for user-authenticated Den routes.

Query Parameters

cursor
string

Opaque cursor returned as nextCursor by the previous page. Omit for the first page.

Required string length: 1 - 200
limit
integer
default:20
Required range: 1 <= x <= 50

Response

Workers returned successfully.

workers
object[]
required
nextCursor
string | null
required

Pass as cursor to fetch the next page; null on the last page.