List a solution's index requests.
List the indexing requests recorded for a solution, optionally filtered by execution, with pagination.
GET
/api/solutions/{solutionId}/index-requestsPath parameters
solutionIdstringrequiredQuery parameters
execution_idstringlimitintegerrequiredoffsetintegerrequireddefault: 0Request
curl
curl -X GET https://platform.trickest.com/api/solutions/{solutionId}/index-requests \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of index requests
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring