cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/microagents \ --header 'X-Session-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get all microagents associated with the conversation.
This endpoint returns all repository and knowledge microagents that are loaded for the conversation.
Successful Response
Was this page helpful?