Skip to main content
GET
/
v1
/
async-actions
List Async Actions
curl --request GET \
  --url https://{cluster}.voucherify.io/v1/async-actions \
  --header 'Authorization: Bearer <token>' \
  --header 'X-App-Id: <api-key>' \
  --header 'X-App-Token: <api-key>'
{
  "object": "list",
  "data_ref": "async_actions",
  "async_actions": [
    {
      "id": "aa_0ba518c55290c6fd62",
      "type": "CUSTOMERS.BULK_UPDATE",
      "status": "DONE",
      "created_at": "2022-09-05T11:40:17.098Z",
      "updated_at": "2022-09-05T11:40:17.887Z",
      "request_id": "v-0ba518c52bc99858f0",
      "progress": 100,
      "object": "async_action"
    },
    {
      "id": "aa_0ba50a7ff4d3574568",
      "type": "CUSTOMERS.METADATA_UPDATE",
      "status": "DONE",
      "created_at": "2022-09-05T10:37:56.051Z",
      "updated_at": "2022-09-05T10:37:56.862Z",
      "request_id": "v-0ba50a7feb49984902",
      "progress": 100,
      "object": "async_action"
    }
  ]
}

Authorizations

X-App-Id
string
header
required
X-App-Token
string
header
required
Authorization
string
header
required

Query Parameters

limit
integer
Required range: 1 <= x <= 100
end_date
string<date-time>
Example:

Response

object
enum<string>
default:list
Available options:
list
data_ref
enum<string>
default:async_actions
Available options:
async_actions
async_actions
Async Action Base · object[]
has_more
boolean