Retrieves a list of the high-level metadata for all tasks.
{ "status": "success", "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "created_at": "<string>", "live_version": 123, "max_version": 123, "run_count": 123 } ], "message": "<string>", "error": { "code": 123, "details": "<string>" } }
success
error
"success"
Show child attributes