cURL
curl --request GET \ --url https://api.jsonify.com/api/v2/results/{run_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "result": { "changed": true, "credits": { "remaining": 123, "used": 123 }, "details": { "descr": "<string>" }, "json": { "data": true }, "screenshots": [ "<string>" ], "when": 123, "done": true, "id": "<string>" }, "success": true }
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The GUID of the workflow run
A task result
Show child attributes