Keboola · Schema

GetSnapshotsRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
limit integer Number of snapshots to return. Omit to return all snapshots.
offset integer Offset for pagination.
View JSON Schema on GitHub

JSON Schema

keboola-getsnapshotsrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GetSnapshotsRequest",
  "properties": {
    "limit": {
      "description": "Number of snapshots to return. Omit to return all snapshots.",
      "type": "integer",
      "nullable": true
    },
    "offset": {
      "description": "Offset for pagination.",
      "type": "integer",
      "nullable": true
    }
  },
  "type": "object"
}