Keboola · Schema
AggregatedSourcesResult
Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery
Properties
| Name | Type | Description |
|---|---|---|
| branchId | integer | |
| page | object | |
| projectId | integer | |
| sources | array |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "AggregatedSourcesResult",
"type": "object",
"properties": {
"branchId": {
"type": "integer",
"example": 345,
"format": "int64"
},
"page": {
"$ref": "#/definitions/PaginatedResponse"
},
"projectId": {
"type": "integer",
"example": 123,
"format": "int64"
},
"sources": {
"type": "array",
"items": {
"$ref": "#/definitions/AggregatedSource"
},
"example": [
{
"branchId": 5678,
"created": {
"at": "2024-01-15T10:00:00.000Z",
"by": {
"tokenDesc": "john.green@company.com",
"tokenId": "896455",
"type": "user",
"userId": "578621",
"userName": "John Green"
}
},
"description": "",
"http": {
"url": "https://stream-in.keboola.com/EXAMPLE-SECRET-PLACEHOLDER-XXXXXXXXXXXXXXXXXXXXX"
},
"name": "My HTTP Source",
"projectId": 1234,
"sinks": [],
"sourceId": "my-http-source",
"type": "http",
"version": {
"at": "2024-01-15T10:00:00.000Z",
"by": {
"tokenDesc": "john.green@company.com",
"tokenId": "896455",
"type": "user",
"userId": "578621",
"userName": "John Green"
},
"description": "New source.",
"hash": "f43e93acd97eceb3",
"number": 1
}
},
{
"branchId": 5678,
"created": {
"at": "2024-01-15T10:00:00.000Z",
"by": {
"tokenDesc": "john.green@company.com",
"tokenId": "896455",
"type": "user",
"userId": "578621",
"userName": "John Green"
}
},
"description": "",
"name": "My OTLP Source",
"otlp": {
"baseUrl": "https://stream-in.keboola.com/otlp/1234/my-otlp-source",
"secret": "EXAMPLE-SECRET-PLACEHOLDER-XXXXXXXXXXXXXXXXXXXXX",
"url": "https://stream-in.keboola.com/otlp/1234/my-otlp-source/EXAMPLE-SECRET-PLACEHOLDER-XXXXXXXXXXXXXXXXXXXXX"
},
"projectId": 1234,
"sinks": [],
"sourceId": "my-otlp-source",
"type": "otlp",
"version": {
"at": "2024-01-15T10:00:00.000Z",
"by": {
"tokenDesc": "john.green@company.com",
"tokenId": "896455",
"type": "user",
"userId": "578621",
"userName": "John Green"
},
"description": "New source.",
"hash": "f43e93acd97eceb3",
"number": 1
}
}
]
}
},
"example": {
"projectId": 123,
"branchId": 345,
"page": {
"limit": 100,
"totalCount": 1000,
"afterId": "my-object-123",
"lastId": "my-object-456"
},
"sources": [
{
"branchId": 5678,
"created": {
"at": "2024-01-15T10:00:00.000Z",
"by": {
"tokenDesc": "john.green@company.com",
"tokenId": "896455",
"type": "user",
"userId": "578621",
"userName": "John Green"
}
},
"description": "",
"http": {
"url": "https://stream-in.keboola.com/EXAMPLE-SECRET-PLACEHOLDER-XXXXXXXXXXXXXXXXXXXXX"
},
"name": "My HTTP Source",
"projectId": 1234,
"sinks": [],
"sourceId": "my-http-source",
"type": "http",
"version": {
"at": "2024-01-15T10:00:00.000Z",
"by": {
"tokenDesc": "john.green@company.com",
"tokenId": "896455",
"type": "user",
"userId": "578621",
"userName": "John Green"
},
"description": "New source.",
"hash": "f43e93acd97eceb3",
"number": 1
}
},
{
"branchId": 5678,
"created": {
"at": "2024-01-15T10:00:00.000Z",
"by": {
"tokenDesc": "john.green@company.com",
"tokenId": "896455",
"type": "user",
"userId": "578621",
"userName": "John Green"
}
},
"description": "",
"name": "My OTLP Source",
"otlp": {
"baseUrl": "https://stream-in.keboola.com/otlp/1234/my-otlp-source",
"secret": "EXAMPLE-SECRET-PLACEHOLDER-XXXXXXXXXXXXXXXXXXXXX",
"url": "https://stream-in.keboola.com/otlp/1234/my-otlp-source/EXAMPLE-SECRET-PLACEHOLDER-XXXXXXXXXXXXXXXXXXXXX"
},
"projectId": 1234,
"sinks": [],
"sourceId": "my-otlp-source",
"type": "otlp",
"version": {
"at": "2024-01-15T10:00:00.000Z",
"by": {
"tokenDesc": "john.green@company.com",
"tokenId": "896455",
"type": "user",
"userId": "578621",
"userName": "John Green"
},
"description": "New source.",
"hash": "f43e93acd97eceb3",
"number": 1
}
}
]
},
"required": [
"projectId",
"branchId",
"page",
"sources"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/keboola-aggregatedsourcesresult"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.