curl --location --request GET 'https://router.shengsuanyun.com/api/v1/batch/workflow-runs//artifacts?taskId&stepId&pageSize&pageToken'{
"artifacts": [
{
"artifactId": "string",
"taskId": "string",
"stepId": "string",
"mimeType": "string",
"portName": "string",
"accessUrl": "string",
"inlineText": "string",
"createdAtUnix": "string",
"sourceRowIndex": 0
}
],
"nextPageToken": "string",
"totalCount": 0
}