Ir para o conteúdo principal

LIST AGENTS

  • METHOD: GET
  • ROUTE: /assistants/
  • DESCRIPTION: LIST ALL ASSISTENTS.
  • QUERY: -sort(optional ) -sortorder(optional, "asc|desc") -page(optional) -limit(optional) ANSWER:
  • 200: SUCCESS
[
{
"id": "string",
"created_at": 1234567890,
"model": "string",
"object": "assistant",
"tools": []
}
]
  • 422: VALIDATION ERROR