List agent branches

Returns a list of branches an agent has

Path parameters

agent_idstringRequired
The id of an agent. This is returned on agent creation.

Headers

xi-api-keystringOptional

Query parameters

include_archivedbooleanOptionalDefaults to false
Whether archived branches should be included
limitintegerOptional<=100Defaults to 100
How many results at most should be returned
include_commit_statusbooleanOptionalDefaults to false

Whether to compute how far each branch has diverged from main (commits_ahead/commits_behind). This walks the version DAG of every branch, so it is slow on agents with long histories and is off by default, leaving those fields null.

Response

Successful Response
resultslist of objects
metaobjectOptional

Errors

422
Unprocessable Entity Error