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

Path Parameters

projectUuid
string
required
agentUuid
string
required
threadUuid
string
required

Response

Success

results
object
required

Overview of the writeback PR a thread is associated with — either the PR the agent opened in this thread, or the PR a remediation verification thread is verifying. Live GitHub fields (state, counts) are null when the fetch fails; summary falls back to the PR title when no stored summary exists.

status
enum<string>
required
Available options:
ok