This returns the agent result from a run previously started with /extract/start
/api/v2/extract/result/{result_id}
The result GUID, from /extract/start
curl -L \ --url 'https://api.jsonify.com/api/v2/extract/result/{result_id}' \ --header 'Authorization: Bearer JWT'
{ "message": "text", "result": { "changed": true, "credits": { "remaining": 1, "used": 1 }, "details": { "descr": "text" }, "json": { "data": true }, "screenshots": [ "https://example.com" ], "when": 1, "done": true, "id": "text" }, "success": true }