Skip to main content
Version: 2506.1

Query Request API


GEThttps://ondemand.sparrowcloud.ai/api/v1/request/{requestId}

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 request API, information about the request progress status at the time of query is sent. For details, refer to Response.

Request

pathName :requestIdapi 스펙과 일치하지 않는 pathName 입니다.

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 the 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 more details, refer to Error Code Collection.
  • message : Displays the error message.