Skip to main content
POST
Report an agent run conversation.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Path Parameters

agentRunId
string
required

Body

application/json
reason
string

User-provided reason describing what went wrong, such as wrong assumptions, model errors, or unexpected behavior.

Maximum string length: 1000
Example:

"The assistant assumed the wrong tenant and edited the wrong configuration."

summary
string
deprecated

Deprecated compatibility alias for reason. New clients must send reason.

Maximum string length: 1000
Example:

"The assistant assumed the wrong tenant and edited the wrong configuration."

Response

Local runtime only: signed report download URL.

downloadUrl
string
required

Short-lived signed download URL returned only by an API process running with ENV=local.

Example:

"https://storage.googleapis.com/example/report.txt?X-Goog-Signature=..."

Last modified on September 27, 2026