Query Data
POST
/enrichment/mapping/data/listRequest
label format must match regex ^[a-zA-Z_][a-zA-Z0-9_]*$, value length must not exceed 512 bytes
For detailed explanation, please refer to About Pagination
When using traditional pagination, p*limit must not exceed 10000 when p parameter is set, otherwise returns parameter error. For detailed explanation, please refer to About Pagination
When p parameter is set, (p-1)*limit must not exceed 10000, otherwise returns parameter error. For detailed explanation, please refer to About Pagination
{
"schema_id": "string",
"query": {},
"search_after_ctx": "string",
"p": 1,
"limit": 20
}
Request samples
Responses
For detailed explanation, please refer to About Pagination
Please note, total is only accurate when less than 1000, do not use this value to calculate pagination end. When total entries exceed 1000, system will only return total=1000, indicating 1000+ matches found. Please use has_next_page to determine if more data exists. For detailed explanation, please refer to About Pagination