API Reference
Retrieve the list of results of a workflow run, by run ID
When an agent task runs, it creates a set of results. These results contain the findings from the agent, as well as metadata about the run.
GET
Retrieve the list of results of a workflow run, by run ID
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The GUID of the workflow run
Response
200 - application/json
A task result
The response is of type object
.
Retrieve the list of results of a workflow run, by run ID