This returns the agent result from a run previously started with /dataset/start
The result GUID, from /dataset/start
A task result
const response = await fetch('https://api.jsonify.com/api/v2/dataset/result/{result_id}', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "message": "text", "result": { "changed": false, "credits": {}, "details": { "descr": "text" }, "json": { "data": false }, "screenshots": [ "https://example.com" ], "done": false, "id": "text" }, "success": false }