Updated on 2025-08-13 GMT+08:00

Download Feedbacks

Function

Download user feedback, including the user ID, question, feedback, and corrected version.

URI

GET /v1/{project_id}/applications/{application_id}/uni-search/feedback-manage/download

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Definition:

Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.

Constraints:

N/A

Value range:

The value can contain 1 to 64 characters. Only digits, letters, hyphens (-), and underscores (_) are allowed. The value must start with a letter.

Default value:

N/A

application_id

Yes

String

Definition:

Application ID. For details about how to obtain the application ID, see Obtaining an Application ID.

Constraints:

Character string

Value range:

The value can contain 1 to 64 characters. Only digits, letters, hyphens (-), and underscores (_) are allowed. The value must start with a letter.

Default value:

N/A

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

user_name

No

String

Definition:

Username.

Constraints:

N/A

Value range:

A maximum of 128 characters are allowed.

Default value:

N/A

feedback_type

No

String

Definition:

Feedback type (like or unlike).

Constraints:

N/A

Value range:

  • like

  • unlike

Default value:

N/A

feedback_sencond_type

No

String

Definition:

Level-2 feedback type. Use commas (,) to separate multiple types.

Constraints:

N/A

Value range:

The value can contain a maximum of 1024 characters. It can only contain letters, underscores (_), commas (,), and spaces.

Default value:

N/A

repo_id

No

String

Definition:

Knowledge base ID.

Constraints:

N/A

Value range:

The value can contain 1 to 64 characters. It can only contain letters, digits, underscores (_), and hyphens (-).

Default value:

N/A

feedback_status

No

String

Definition:

Feedback status.

Constraints:

N/A

Value range:

  • 0: Not corrected

  • 1: Corrected

  • 2: Not an issue

Default value:

N/A

tag

No

String

Definition:

"Tag information, which consists of key and value connected by colons (:), for example, key1:value1. \nNote:\n\tThe key tag of the knowledge base contains 1 to 128 characters.\nThe value contains 1 to 128 characters.\nTherefore, the key:value length is limited to 128 x 2 + 1 = 257.

Constraints:

N/A

Value range:

0-257

Default value:

N/A

name

No

String

Definition:

Name.

Constraints:

N/A

Value range:

The value contains a maximum of 64 characters.

Default value:

N/A

lang

No

String

Definition:

Language. The default value is zh. zh and en are supported.

Constraints:

N/A

Value range:

  • zh

  • en

Default value:

N/A

Request Parameters

Table 3 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Definition:

Token used for API authentication. For details about how to obtain the token, see Obtaining an IAM User Token.

Constraints:

N/A

Value range:

N/A

Default value:

N/A

Response Parameters

Status code: 200

Table 4 Response body parameters

Parameter

Type

Description

-

File

Example Requests

Download feedbacks.

/v1/123123/applications/123123/uni-search/knowledge-repo?page_num=1&page_size=10&name= Knowledge &status=

Example Responses

None

Status Codes

Status Code

Description

200

Excel file for feedback query.

Error Codes

See Error Codes.