Get notifications
cURL
curl --request GET \ --url https://{hostname}.gable.ai/v0/notifications \ --header 'X-API-KEY: <api-key>'
{ "notifications": [ { "id": "<string>", "changeLogEventId": "<string>", "actionId": "<string>", "actionDetails": {}, "status": "PENDING", "createdAt": "2023-11-07T05:31:56Z", "retryCount": 1, "actionName": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "userName": "<string>" } ] }
The limit used for offset-based pagination
The offset used for offset-based pagination
A field to order by
Ordering direction ('asc' or 'desc')
Successful operation
Show child attributes