Skip to main content
GET
Get all workers with pagination and sorting.

Query Parameters

page
number
Example:

1

limit
number
Example:

10

sortBy
string
Example:

"createdAt"

sortOrder
string
Example:

"DESC"

workspaceId
string
scope
enum<string>
Available options:
cloud,
workspace
enabledAgentMode
boolean

Response

200 - application/json
data
object[]
required
total
number
required
page
number
required
limit
number
required
hasNextPage
boolean
required
pageCount
number
required