List Agents For Folder

Get all agent IDs that have the specified folder attached.

Path parameters

folder_idstringRequired

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Query parameters

beforestring or nullOptional
Agent ID cursor for pagination. Returns agents that come before this agent ID in the specified sort order
afterstring or nullOptional
Agent ID cursor for pagination. Returns agents that come after this agent ID in the specified sort order
limitinteger or nullOptionalDefaults to 50
Maximum number of agents to return
orderenumOptionalDefaults to desc
Sort order for agents by creation time. 'asc' for oldest first, 'desc' for newest first
Allowed values:
order_by"created_at"OptionalDefaults to created_at
Field to sort by

Response

Successful Response

Errors