curl --location --request GET 'https://api.openbot.chat/openapi/v1/agents?limit=20&cursor=&org_id='
{
"items": [
{
"ID": "string",
"name": "string",
"instructions": "string",
"identifier": "string",
"picture": {},
"visibility": "public",
"options": {},
"metadata": {},
"avatar": {},
"disabled": true,
"created_at": "string",
"updated_at": "string"
}
],
"nextCursor": "string"
}