ghl_agent_studio_list
List active agents for a location with pagination support. Filter by published status using optional isPublished parameter.
Instructions
Lists agents (paginated via limit/offset) — not a get-by-id lookup. List Agents 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. Endpoint: GET /agent-studio/agent (Version header: v3; source: v3/agent-studio-v3.json) OAuth scopes: agent-studio.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| offset | Yes | ||
| source | No | ||
| locationId | Yes | ||
| isPublished | No | Optional filter to return only agents with a published production version |