{ "status": "success", "data": { "data_json": [ {} ], "job_id": "<string>", "error_detected": true }, "message": "<string>", "error": { "code": 123, "details": "<string>" } }
Runs a single job with the provided task and inputs and awaits the result. Tasks have a default timeout of 1 minute. For longer running tasks, consider using async batches instead.
Successfully ran task
The response is of type object.
object