All Products
Search
Document Center

Certificate Management Service:GetTaskAttribute

Last Updated:Mar 13, 2026

Queries the processing result and status of a submitted certificate application.

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.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

TaskType

string

No

The type of the asynchronous task. The default value is ApplyCertificate, which specifies a query for the result of a certificate application.

ApplyCertificate

TaskId

string

Yes

The ID of the task.

123

Response elements

Element

Type

Description

Example

object

RequestId

string

The unique ID of the request. Alibaba Cloud generates this ID for each request. Use this ID to troubleshoot issues.

CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D

TaskStatus

string

The result of the task.

  • success: The submission is successful.

  • processing: The submission is in progress.

  • failed: The submission failed.

success

TaskMessage

string

The error message.

error

Examples

Success response

JSON format

{
  "RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D",
  "TaskStatus": "success",
  "TaskMessage": "error"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.