cURL
curl --request GET \ --url https://app.all-hands.dev/api/user/repository/{repository_name}/microagents \ --header 'X-Session-API-Key: <api-key>'
[ { "name": "<string>", "path": "<string>", "created_at": "2023-11-07T05:31:56Z" } ]
Scan the microagents directory of a repository and return the list of microagents.
The microagents directory location depends on the git provider and actual repository name:
Successful Response
Was this page helpful?