Data Query Task Details

🔒

Requires read_data access scope.

The App Proxy Details By ID API is used to retrieve detailed information about a specific APP_Proxy instance using its unique identifier.

This API is especially useful for:

  1. Checking the configuration of an existing app proxy.
  2. Verifying the real_path and proxy_url mappings.
  3. Auditing or debugging app proxy connections.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Query Parameters

ParameterTypeRequiredDescriptionExample
idstringYesThe unique identifier of the query task. If omitted, retrieves the latest query task.d6ca13c4-43d9-4293-a124-c8bde3a3fa16

Response Explanation

Public Response Parameters

📘

Public Response Parameters

Success Response

FieldTypeDescriptionExample
query_idstringThe unique identifier of the query task.d6ca13c4-43d9-4293-a124-c8bde3a3fa16
query_statusintThe status of the query task. (0 = Pending, 2 = Complete)2
queryobject
query.urlstringThe URL to access the query results.https://shoplazza.oss-cn-shenzhen.aliyuncs.com/path/to/results.json

Error Response

Error responses in the API can be represented using two different fields: errors and error. Both fields provide details about issues encountered during request processing. Below is an explanation of the fields with their respective examples and descriptions.

FieldTypeExampleDescription
errorsArray[ "no result"]A list of errors encountered during the request processing.
FieldTypeExampleDescription
errorString "page not found"Indicates an error encountered during the process

Error Detail

Status CodeMessagePossible ReasonExample Response
400Bad RequestInvalid input format or request structure (e.g., missing required fields or incorrect data types).Bad Request
UnauthorizedThe request is missing valid authentication credentials or the credentials provided are invalid.Unauthorized
404Not Foundthe id is not found."no result"

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!