Skip to main content
Version: v3

List Agents

GET 

/agent-studio/agent

Lists all active agents for the specified location. locationId is required parameter to ensure optimal performance. Supports pagination using limit and offset. Optionally filter by isPublished=true to return only agents with a published production version.

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired
isPublished string

Optional filter to return only agents with a published production version

limit stringrequired
offset stringrequired
source string
application/json

Agents retrieved successfully

Schema
    successbooleanrequired

    Success status

    messagestringrequired

    Response message

    agentsobject[]required

    List of agents with metadata

    paginationobjectrequired

    Pagination metadata