Keboola · Schema

ProjectDetailResponse

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery
View JSON Schema on GitHub

JSON Schema

keboola-projectdetailresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ProjectDetailResponse",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/ProjectResponse"
    },
    {
      "properties": {
        "organization": {
          "description": "Organization the project belongs to.",
          "properties": {
            "id": {
              "type": "integer",
              "example": 5
            },
            "name": {
              "type": "string",
              "example": "Martinovo"
            },
            "crmId": {
              "type": "string",
              "example": "",
              "nullable": true
            },
            "activityCenterProjectId": {
              "description": "ActivityCenter project ID (empty string when unset).",
              "type": "string",
              "example": "",
              "nullable": true
            },
            "created": {
              "type": "string",
              "format": "date-time",
              "example": "2013-12-31T11:22:33+01:00"
            },
            "allowAutoJoin": {
              "type": "boolean",
              "example": true
            }
          },
          "type": "object"
        },
        "fileStorage": {
          "description": "File storage assigned to the project.",
          "properties": {
            "id": {
              "type": "integer",
              "example": 2
            },
            "awsKey": {
              "type": "string",
              "example": "AKIAXXXXXXXXXXXXXXXXX"
            },
            "region": {
              "type": "string",
              "example": "us-east-1"
            },
            "filesBucket": {
              "type": "string",
              "example": "kbc-sapi-files"
            },
            "owner": {
              "type": "string",
              "example": "keboola"
            },
            "isDefault": {
              "type": "boolean",
              "example": true
            },
            "created": {
              "type": "string",
              "example": ""
            },
            "creator": {
              "properties": {
                "id": {
                  "type": "integer",
                  "example": 0
                },
                "name": {
                  "type": "string",
                  "example": null,
                  "nullable": true
                }
              },
              "type": "object"
            }
          },
          "type": "object",
          "nullable": true
        },
        "backends": {
          "description": "Storage backends assigned to the project, keyed by backend name.",
          "properties": {
            "snowflake": {
              "properties": {
                "id": {
                  "type": "integer",
                  "example": 353
                },
                "host": {
                  "type": "string",
                  "example": "keboola.snowflakecomputing.com"
                },
                "region": {
                  "type": "string",
                  "example": "us-east-1"
                },
                "owner": {
                  "type": "string",
                  "example": "keboola"
                }
              },
              "type": "object"
            }
          },
          "type": "object"
        },
        "timezone": {
          "description": "Project timezone.",
          "type": "string",
          "example": "Europe/Bratislava",
          "nullable": true
        }
      }
    }
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/keboola-projectdetailresponse"
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.