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>"
}

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