Query Request API
Description
After a user requests analysis to be performed, they can send a query request API to check the progress of the request.
Request
A Request ID is required to request request query. Check the Request ID received in the response from the analysis request API.
Response
When you send the query analysis API, information about the analysis progress status and detected issues at the time of query is sent. For details, refer to Response.
Request
Response
✔️ Success Response
Request Success
If the query request request is processed normally, you will receive the response received when the analysis request was successful, along with 200 OK.
❌ Failure Response
Authentication Failure
If authentication information is incorrect, you will receive a 401 Unauthorized response.
Invalid Request
If the request is invalid, you will receive a 400 Bad Request response along with the following information.
resultCode: Displays the result of the request as a code. For details, refer to Result Code Collection.message: Displays an error message.