Query Analysis API
GEThttps://ondemand.sparrowcloud.ai/api/v3/analysis/{analysisId}
Description
After a user requests analysis to be performed, they can send a query analysis API to check the progress of the analysis.
Request
An Analysis ID is required to request analysis query. Check the Analysis 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
pathName :analysisIdapi 스펙과 일치하지 않는 pathName 입니다.
Response
✔️ Success Response
Request Success
If the query analysis request is processed normally, you will receive the analysisList object from the response received when the analysis request was successful, along with 200 OK.
❌ Failure Response
Authentication Failure
If the authentication information is incorrect, you will receive 401 Unauthorized.
Invalid Request
If the request is invalid, you will receive 400 Bad Request.
resultCode: Displays the result of the request as a code. For more details, refer to Error Code Collection.message: Displays the error message.