GET
/
v0
/
changelog
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/changelog'
{
  "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": {}
    }
  ]
}

Query Parameters

limit
integer

The limit used for offset-based pagination

offset
integer

The offset used for offset-based pagination

source
string[]

Comma-separated list of the sources to filter by

source_type
string[]

Comma-separated list of the source types to filter by

event
string[]

Comma-separated list of the changelog events to filter by

Response

200
application/json

Changelog

The response is of type object.