GET
/
v0
/
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>"
    }
  ]
}

Query Parameters

limit
integer

The limit used for offset-based pagination

offset
integer

The offset used for offset-based pagination

orderBy
string

A field to order by

orderDir
string

Ordering direction ('asc' or 'desc')

Response

200
application/json

Successful operation

The response is of type object.