GET
/
api
/
user
/
repository
/
{repository_name}
/
microagents
Get Repository Microagents
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"
  }
]

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

repository_name
string
required

Response

200
application/json

Successful Response

The response is of type MicroagentResponse · object[].