API Reference
Retrieve the first row from a workflow run, by run ID and row 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. This endpoint returns the first row — handy for workflows with only a single input
GET
Retrieve the first row from a workflow run, by run ID and row 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 first row from a workflow run, by run ID and row id