Get an agent run result

View as Markdown
Returns the durable terminal result. While the run is active, retry the status URL.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired>=1 character

Response

The terminal result.
object"agent_run_result"
idstring
statusenum
finishedAtstring or null
incompletebooleanOptional
resultstringOptional
outputobjectOptional
errorobjectOptional
metadatamap from strings to anyOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error