ExportCustomSourceAnalysisTask

Updated at:

Exports custom data source topic perspective analysis task results.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.
    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.
  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

aimiaobi:ExportCustomSourceAnalysisTask

get

*All Resource

*

NoneNone

Request parameters

Parameter

Type

Required

Description

Example

WorkspaceId

string

Yes

Unique identifier for the workspace: AgentKey

xxxxx_p_efm

TaskId

string

Yes

Unique ID for the task

c9f226b02cca4f42a84c5e955c39dfd2

ExportType

string

No

Export format type. Default is jsonLine. jsonline: Exports in jsonLine format. excel: Exports in Excel format.

jsonLine

Response elements

Element

Type

Description

Example

object

PlainResult

Code

string

Status code

NoData

Data

string

Publicly accessible URL

http://www.example.com/xxx.jsonLine

HttpStatusCode

integer

HTTP status code

200

Message

string

Error description

success

RequestId

string

Unique request identifier

1813ceee-7fe5-41b4-87e5-982a4d18cca5

Success

boolean

Is successful: true for success, false for failure

true

The file is returned in JSON Lines format. Each line is a JSON object. The JSON object format is as follows:

Field NameField TypeField Description
topicstringTopic name
topicSummaryResultarray<TopicSummaryResult>List of topic summaries
hotViewPointsResultHotViewPointsResultHot perspective analysis result
timedViewPointsResultTimedViewPointsResultTimeliness perspective analysis result
webReviewPointsResultWebReviewPointsResultUser perspective analysis result
freshViewPointsResultFreshViewPointsResultNovel perspective analysis result

TopicSummaryResult (Topic Summary)

Field NameField TypeField Description
summariesarray<SummaryItem>List of topic summaries

SummaryItem (Topic Summary)

Field NameField TypeField Description
titlestringTopic summary title
summarystringTopic summary content
docListarray<DocItem>List of documents referenced by the summary

DocItem (Referenced Document)

Field NameField TypeField Description
titlestringDocument title
urlstringDocument link
sourcestringDocument source

HotViewPointsResult (Hot Perspective Analysis Result)

Field NameField TypeField Description
attitudesarray<HotAttitudeItem>List of hot perspectives

HotAttitudeItem (Hot Perspective)

Field NameField TypeField Description
attitudestringHot perspective
attitudeTypestringHot perspective type
newsarray<HotNewsItem>List of articles referenced by the hot perspective
ratiostringProportion of this hot perspective in the entire topic
viewPointsarray<HotViewPointItem>List of planning proposals for hot perspectives

HotNewsItem (Articles Referenced by Hot Perspective)

Field NameField TypeField Description
titlestringArticle title
urlstringArticle link
sourcestringArticle source

HotViewPointItem (Hot Perspective Topic Selection)

Field NameField TypeField Description
pointstringTopic planning direction
summarystringSummary of the topic planning direction
outlinesarray<OutlineItem>Outline of the topic planning direction

OutlineItem

Field NameField TypeField Description
outlinestringOutline title
summarystringOutline summary

TimedViewPointsResult (Timeliness Perspective Analysis Result)

Field NameField TypeField Description
attitudesarray<TimedAttitudeItem>List of timeliness perspectives

TimedAttitudeItem (Timeliness Perspective)

Field NameField TypeField Description
docUuidstringUnique news identifier
titlestringNews title
urlstringNews link
sourcestringNews source
pubTimestringNews publication time
viewPointsarray<TimedViewPointItem>List of planning proposals for timeliness perspectives

TimedViewPointItem (Timeliness Perspective Topic Selection)

Field NameField TypeField Description
pointstringTopic planning direction
summarystringSummary of the topic planning direction
outlinesarray<OutlineItem>Outline of the topic planning direction

OutlineItem

Field NameField TypeField Description
outlinestringOutline title
summarystringOutline summary

WebReviewPointsResult (User Perspective Analysis Result)

Field NameField TypeField Description
attitudesarray<WebReviewAttitudeItem>List of user perspectives

WebReviewAttitudeItem (User Perspective)

Field NameField TypeField Description
attitudestringUser perspective
attitudeTypestringUser perspective type
ratiostringProportion of this user perspective in the entire topic
commentsarray<WebReviewCommentItem>List of user comments
viewPointsarray<WebReviewViewPointItem>List of planning proposals for user perspectives

WebReviewCommentItem (User Comments)

Field NameField TypeField Description
textstringUser comment
sourcestringSource of user comment
urlstringNews link for user comment source
titlestringNews title for user comment source

WebReviewViewPointItem (User Perspective Topic Selection)

Field NameField TypeField Description
pointstringTopic planning direction
summarystringSummary of the topic planning direction
outlinesarray<OutlineItem>Outline of the topic planning direction

OutlineItem

Field NameField TypeField Description
outlinestringOutline title
summarystringOutline summary

FreshViewPointsResult

Field NameField TypeField Description
attitudesarray<FreshAttitudeItem>List of novel perspectives

FreshAttitudeItem (Novel Perspective)

Field NameField TypeField Description
viewPointsarray<FreshViewPointItem>List of planning proposals for novel perspectives

FreshViewPointItem (Novel Perspective Topic Selection)

Field NameField TypeField Description
pointstringTopic planning direction
summarystringSummary of the topic planning direction
outlinesarray<OutlineItem>Outline of the topic planning direction

OutlineItem

Field NameField TypeField Description
outlinestringOutline title
summarystringOutline summary

Examples

Success response

JSON format

{
  "Code": "NoData",
  "Data": "http://www.example.com/xxx.jsonLine\n",
  "HttpStatusCode": 200,
  "Message": "success",
  "RequestId": "1813ceee-7fe5-41b4-87e5-982a4d18cca5",
  "Success": true
}

Error codes

HTTP status code

Error code

Error message

Description

403NoPermissionYou are not authorized to perform this action.Please check the workspaceId assignment

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.