Skip to main content
GET
List agents

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:50

Maximum number of results to return (1-100)

Required range: x <= 100
offset
integer | null
default:0

Number of results to skip for pagination

Required range: x >= 0

Global search term

sortBy
string

Sort field name

sortOrder
enum<string>

Sort direction

Available options:
asc,
desc
workspaceId
string<uuid>
required

Workspace ID

entityType
enum<string>
default:all

Filter by entity type: 'workflow' for workflow-agents, 'agent' for regular agents, 'all' for both

Available options:
workflow,
agent,
all

Response

Agents list with pagination

success
enum<boolean>
required
Available options:
true
data
object
required