MelonsRun
Api referenceMedia

List async media tasks

GET
/v2/task/list

Authorization

apiKeyBearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

status?string
model?string
from?string
to?string
cursor?string
limit?integer
Range1 <= value <= 100

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/task/list"
{  "data": [    {      "request_id": "string",      "quote_id": "string",      "status": "queued",      "model": "string",      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z",      "completed_at": "2019-08-24T14:15:22Z",      "canceled_at": "2019-08-24T14:15:22Z",      "retry_of": "string",      "estimated_cost": {        "credits": "string",        "basis": "string"      },      "usage": {},      "output": [],      "hosting": {        "status": "pending",        "mode": "rehost",        "source": "provider",        "final_url_ready": true,        "assets_ready_event": "pending",        "error": "string"      },      "provider_progress": [        {          "ts": "2019-08-24T14:15:22Z",          "status": "queued",          "source_ref": "string",          "percent": 0,          "stage": "string",          "message": "string",          "raw_status": "string"        }      ],      "review_case_id": "string",      "review_reason": "string",      "review_hold_decision": "capture_blocked",      "error": "string",      "metadata": {},      "urls": {        "property1": "string",        "property2": "string"      }    }  ],  "next_cursor": "string"}