Skip to main content
GET
/
v0
/
changelog
Get the changelog
curl --request GET \
  --url https://{hostname}.gable.ai/v0/changelog \
  --header 'X-API-KEY: <api-key>'
{
  "changelogEvents": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "eventTitle": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "entityType": "DATA_ASSET",
      "dataAssetResourceName": "<string>",
      "eventType": "CREATED",
      "prLink": "https://github.com/fakeorg/fakerepo/pull/1",
      "piiDetected": {}
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

limit
integer
offset
integer
source
string[]
source_type
string[]
event
string[]

Response

  • Option 1
  • Option 2
changelogEvents
object[]
required
  • Option 1
  • Option 2
  • Option 3
  • Option 4
  • Option 5
  • Option 6
  • Option 7
  • Option 8
  • Option 9
  • Option 10
  • Option 11
  • Option 12