Get agent run
Get the current state of an asynchronous agent run.
Required scope: `inference:run`
Path parameters
Query parameters
Scope by principal. If omitted, only a run with no principal (principal_id is null) is addressed; a run whose principal differs yields 404.
Response
Agent run state
Example response
{
"trace_id": "4bf92f3577b34da6a3ce929d0e0e4736"
}Changes
Changed in 3 of the 71 revisions of this API.14
- ○
added the new optional
queryrequest parameterprincipal_idnew-optional-request-parameter
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ●
added the new
VERTEX_AIenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○
Of the 71 revisions, 18 have no diff computed.