Skip to main content
GET
Get Agent Run Result

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

Web Search Agent ID, format wsa_<uuid>.

run_id
string
required

Run ID, format task_run_<uuid>.

Response

Run completed; the output is returned.

output
TaskRunTextOutputPublicV2 · object
required

Output from the completed task.

run
TaskRunResponsePublicV2 · object
required

Task run object with status 'completed'.