v36

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-091882241.2 MB
folders

List Agents For Folder

Get all agent IDs that have the specified folder attached.

get/v1/folders/{folder_id}/agents

Path parameters

folder_idstring required

Query parameters

beforestring nullable

Agent ID cursor for pagination. Returns agents that come before this agent ID in the specified sort order

Agent ID cursor for pagination. Returns agents that come before this agent ID in the specified sort order

afterstring nullable

Agent ID cursor for pagination. Returns agents that come after this agent ID in the specified sort order

Agent ID cursor for pagination. Returns agents that come after this agent ID in the specified sort order

limitinteger nullable

Maximum number of agents to return

Maximum number of agents to return

order'asc' | 'desc'

Sort order for agents by creation time. 'asc' for oldest first, 'desc' for newest first

Sort order for agents by creation time. 'asc' for oldest first, 'desc' for newest first

order_by'created_at'

Field to sort by

Field to sort by

Response

Successful Response

string[] required