GET
/
api
/
user
/
repository
/
{repository_name}
/
microagents
/
content
Get Repository Microagent Content
curl --request GET \
  --url https://app.all-hands.dev/api/user/repository/{repository_name}/microagents/content \
  --header 'X-Session-API-Key: <api-key>'
{
  "content": "<string>",
  "path": "<string>",
  "triggers": [],
  "git_provider": "<string>"
}

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

repository_name
string
required

Query Parameters

file_path
string
required

Path to the microagent file within the repository

Response

200
application/json

Successful Response

Response model for individual microagent content endpoint.