curl --location --request POST 'https://api.modellink.ai/task.v1.TaskService/ListRecentRunnings' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"page_size": 0,
"project_id": "string"
}'{
"tasks": [
{
"task_id": "string",
"type": 0,
"image_edit_type": 0,
"status": 0,
"model_name": "string",
"data": [
{
"url": "string",
"explore_id": "string",
"resource_expired_at": "2019-08-24T14:15:22.123Z",
"resource_type": 0,
"visibility": 0
}
],
"error_message": "string",
"image": {
"task_id": "string",
"model_name": "string",
"prompt": "string",
"resolution": "string",
"num_outputs": 0,
"image_urls": [
"string"
],
"scale": 0,
"style_id": "string",
"light_id": "string",
"weather_id": "string",
"hair_id": "string",
"upper_clothing_id": "string",
"lower_clothing_id": "string",
"shoes_id": "string",
"necklace_id": "string",
"ring_id": "string",
"earring_id": "string"
},
"video": {
"task_id": "string",
"model_name": "string",
"prompt": "string",
"resolution": "string",
"duration": 0,
"num_outputs": 0,
"ratio": "string"
},
"chat": {
"task_id": "string",
"model_name": "string",
"messages": [
{
"role": "string",
"content": "string",
"reasoning_content": "string",
"tool_calls": [
{
"id": "string",
"function": {
"name": "string",
"arguments": "string"
},
"type": "string"
}
],
"tool_call_id": "string"
}
],
"thinking": {
"type": "string"
},
"reasoning": {
"effort": "string"
},
"max_tokens": 0,
"max_completion_tokens": 0,
"stop": [
"string"
]
},
"responses": {
"task_id": "string",
"model_name": "string",
"input": [
{
"role": "string",
"content": "string",
"reasoning_content": "string",
"tool_calls": [
{
"id": "string",
"function": {
"name": "string",
"arguments": "string"
},
"type": "string"
}
],
"tool_call_id": "string"
}
],
"previous_response_id": "string"
},
"speech": {
"task_id": "string",
"model_name": "string",
"text": "string",
"speaker": "string",
"url": "string"
}
}
],
"pagination": {}
}