POST
/
v1
/
organizations
/
{org_id}
/
sandbox
/
{sandbox_id}
/
analyze-logs
Analyze Sandbox Logs
curl --request POST \
  --url https://api.codegen.com/v1/organizations/{org_id}/sandbox/{sandbox_id}/analyze-logs
{
  "agent_run_id": 123,
  "status": "<string>",
  "message": "<string>"
}

Headers

authorization
any

Path Parameters

sandbox_id
integer
required
org_id
integer
required

Response

200
application/json

Successful Response

The response is of type object.