All Products
Search
Document Center

Function Compute:ListStatefulAsyncInvocationFunctions

Last Updated:Jun 02, 2023

Queries all the functions with the asynchronous task feature enabled within the current account.

Operation Description

The metadata of the service and function to which the asynchronous task belongs.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /2021-04-06/stateful-async-invocation-functions

Request parameters

ParameterTypeRequiredDescriptionExample
limitintegerNo

The latest version of Function Compute API.

20
nextTokenstringNo

Alibaba Cloud provides SDKs for multiple programming languages to help you integrate Alibaba Cloud services by using APIs. We recommend that you use an SDK to call API operations. This frees you from manual signature verification.

""
X-Fc-Account-IdstringNo

It is a tool used to manage and configure Alibaba Cloud resources. After simple installation and configuration, you can use Alibaba Cloud CLI to manage multiple Alibaba Cloud services and migrate your data and business to the cloud with ease.

12348*****
X-Fc-DatestringNo

The token used to obtain more results. If this parameter is left empty, all the results are returned.

Wed, 11 May 2022 09:00:00 GMT
X-Fc-Trace-IdstringNo

The details of returned data.

duytnd-Xsdfasfd***

Response parameters

ParameterTypeDescriptionExample
object

The returned structure.

nextTokenstring

2022-01-28 18:04:38

""
dataarray

The trace ID of the request for Function Compute API.

AsyncConfigMeta

Example 1

Examples

Sample success responses

JSONformat

{
  "nextToken": "\"\"",
  "data": [
    {
      "serviceName": "serviceName",
      "functionName": "functionName",
      "qualifier": "LATEST"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.