curl --location '/v1/corpus//artifacts/status?artifact_ids=undefined&cursor=undefined&limit=20' \
--header 'Authorization: Bearer <token>'{
"paging": {
"cursors": {
"after": "string",
"before": "string"
},
"has_more": true,
"has_previous": true
},
"statuses": [
{
"artifact_id": "string",
"content_length": 0,
"content_summary": "string",
"created_at": "string",
"error": "string",
"status": "string",
"updated_at": "string"
}
]
}