Error
A valid request URL is required to generate request examples{
"results": [
{
"state": "open",
"summary": "<string>",
"title": "<string>",
"prNumber": 123,
"repository": "<string>",
"prUrl": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
List AI agent thread pull requests
List every pull request the coding agent has opened in this thread (its workstreams), each enriched with live PR state where available. A thread can drive several PRs across one or more repos.
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
threads
/
{threadUuid}
/
pull-requests
Error
A valid request URL is required to generate request examples{
"results": [
{
"state": "open",
"summary": "<string>",
"title": "<string>",
"prNumber": 123,
"repository": "<string>",
"prUrl": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?