Get notifications
cURL
curl --request GET \ --url 'https://api-(organization).gable.ai/v0/notifications'
{ "notifications": [ { "id": "<string>", "changeLogEventId": "<string>", "actionId": "<string>", "actionDetails": {}, "status": "PENDING", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "retryCount": 1, "actionName": "<string>", "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
The response is of type object.
object