List Agent Teams

Returns a list of Agent Teams. Each Agent Team contains information about the Agent Team including its name, the registered triggers that can initiate an Agent Team run, and whether the Agent Team and its triggers are currently active.

Agent Teams can be run using Run Agent Team. Any Agent Team can be executed manually using that endpoint, regardless of whether the Agent Team is marked as active or inactive. To get additional details for an Agent Team, including the required inputs needed to create a new run, please use Get Agent Team Details

Query Params
int32
1 to 100

The number of Agent Teams to return per page of results. Allowable values are between 1 and 100. The default value if not provided is 25 Agent Teams per page.

int32
≥ 1

The page of results you would like to fetch. The default value if not provided is 1 to fetch the first page of results

string

Sort results by the specified output field. Valid values are name, createdAt, and updatedAt. Add minus sign ('-') before the sort field name for descending order. The default sort if not provided is name (sorted by name in alphabetical order)

string

Filter Agent Teams by name.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json