Skip to main content
GET
/
v0
/
notifications
Get notifications
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>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

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

Successful operation

notifications
object[]
required