Skip to main content
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
threads
/
{threadUuid}
/
pull-requests
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "summary": "<string>",
      "title": "<string>",
      "prNumber": 123,
      "repository": "<string>",
      "prUrl": "<string>"
    }
  ],
  "status": "ok"
}

Path Parameters

projectUuid
string
required
agentUuid
string
required
threadUuid
string
required

Response

Success

results
object[]
required
status
enum<string>
required
Available options:
ok