Authorization: ********************curl --location 'https://loomloom.shengsuanyun.com/batch/loom/v1/users/me/runs//resultRows?pageSize=&pageToken=' \
--header 'Authorization: <api-key>'{
"items": [
{
"artifacts": [
{
"accessUrl": "string",
"artifactId": "string",
"createdAtUnix": 0,
"inlineText": "string",
"mimeType": "string",
"portName": "string",
"stepId": "string"
}
],
"errorMessage": "string",
"inputJson": "string",
"rowIndex": 0,
"status": "string",
"stepErrors": [
{
"errorCode": "string",
"errorMessage": "string",
"errorUrl": "string",
"status": "string",
"stepId": "string",
"stepLabel": "string"
}
]
}
],
"nextPageToken": "string",
"totalCount": 0
}