Skip to main content
GET
List Agents

Authorizations

Authorization
string
header
required

JWT token obtained through Barndoor's OAuth 2.0 authorization-code flow with PKCE.

The token should be included in the Authorization header: Authorization: Bearer <your-jwt-token>

Use the Barndoor SDK's loginInteractive() function to obtain tokens automatically.

Query Parameters

search
string | null

Search applications by name or description

agent_type
enum<string> | null

Filter by agent type Agent type classification for applications.

Available options:
internal,
external
page
integer
default:1

Page number (1-based)

Required range: x >= 1
limit
integer
default:10

Number of items per page (max 100)

Required range: 1 <= x <= 100

Response

Successful Response

data
AgentResponse · object[]
required

Array of items for current page

pagination
PaginationMeta · object
required

Pagination metadata