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",
      "updatedAt": "2023-11-07T05:31:56Z",
      "retryCount": 1,
      "actionName": "<string>",
      "userName": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

limit
integer
offset
integer
orderBy
string
orderDir
string

Response

notifications
object[]
required