appId query is omitted, only automations without an app_id are returned.appId is provided (shop/app UUID), results are filtered to that app.curl --location 'https://api.arsel.ai/api/v1/automations?appId=&per_page=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"uuid": "string",
"name": "string",
"app_id": 0,
"status": "draft",
"contact_list_id": 0,
"trigger_type": "string",
"trigger_config": {
"property1": "string",
"property2": "string"
},
"created_at": "string",
"steps": [
{
"property1": "string",
"property2": "string"
}
],
"property1": "string",
"property2": "string"
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}