List operable agents

Returns a paginated list of Agents the current user can operate — either via write access to the parent project or membership in the agent’s operators array.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Query parameters

limitintegerOptional1-1000Defaults to 50
limit
skipintegerOptional>=0Defaults to 0
skip
sortenumOptionalDefaults to name
sort
Allowed values:
orderenumOptionalDefaults to 1
order
Allowed values:

Response

Paginated list of operable Agent Definitions

Errors

500
Internal Server Error