{ "status": "success", "data": { "data_json": { "propertyKey": "propertyValue", "anotherKey": "anotherValue" }, "list_data_json": [ { "column1Key": "row1Value1", "column2Key": "row1Value2" }, { "column1Key": "row2Value1", "column2Key": "row2Value2" } ], "list": true, "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