Authorization: Bearer ********************{
"mode": "query",
"payload": {
"filter": {
"title": {
"contains": "登录"
},
"plan.id": {
"in": [
"5eb6a70571487623fea47000"
]
},
"latest_executed_status.id": {
"in": [
"68d117800d5dd2484a198265"
]
}
},
"keywords": "CSK",
"page_size": 10,
"page_index": 0
}
}curl --location 'https://open.pingcode.com/v1/testhub/runs/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mode": "query",
"payload": {
"filter": {
"title": {
"contains": "登录"
},
"plan.id": {
"in": [
"5eb6a70571487623fea47000"
]
},
"latest_executed_status.id": {
"in": [
"68d117800d5dd2484a198265"
]
}
},
"keywords": "CSK",
"page_size": 10,
"page_index": 0
}
}'{}