All Products
Search
Document Center

Function Compute (2.0):ListStatefulAsyncInvocationFunctions

Last Updated:Apr 18, 2024

Queries all function resources that have enabled asynchronous tasks within the current account.

Operation description

StatefulAsyncInvocation represents asynchronous tasks. Asynchronous tasks (StatefulAsyncInvocation) allow you to manage the states of asynchronous invocations. The asynchronous task feature is more suitable for task scenarios.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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 maximum number of results to return. Default value: 20. Maximum value: 100. The number of returned configurations is less than or equal to the specified number.

20
nextTokenstringNo

The starting position of the query. If this parameter is left empty, the query starts from the beginning. You do not need to specify this parameter in the first call. The tokens for subsequent queries are obtained from previous returned results.

""
X-Fc-Account-IdstringNo

The ID of your Alibaba Cloud account.

12348*****
X-Fc-DatestringNo

The time when the function is invoked. The value is in the EEE,d MMM yyyy HH:mm:ss GMT format.

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

The trace ID of the request for Function Compute API.

duytnd-Xsdfasfd***

Response parameters

ParameterTypeDescriptionExample
object

The struct returned.

nextTokenstring

A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists.

""
dataarray

The details of returned data.

AsyncConfigMeta

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

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.

Change history

Change timeSummary of changesOperation
No change history