GET
/
v1
/
organizations
/
{org_id}
/
agent
/
run
/
{agent_run_id}
curl --request GET \
  --url https://api.codegen.com/v1/organizations/{org_id}/agent/run/{agent_run_id}
{
  "id": 123,
  "organization_id": 123,
  "status": "<string>",
  "created_at": "<string>",
  "web_url": "<string>",
  "result": "<string>",
  "source_type": "LOCAL",
  "github_pull_requests": [
    {
      "id": 123,
      "title": "<string>",
      "url": "<string>",
      "created_at": "<string>"
    }
  ],
  "metadata": {}
}

Headers

authorization
any

Path Parameters

agent_run_id
integer
required
org_id
integer
required

Response

200
application/json

Successful Response

Represents an agent run in API responses