cURL
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>" }
Fetch the content of a specific microagent file from a repository.
Path to the microagent file within the repository
Successful Response
Response model for individual microagent content endpoint.
Was this page helpful?