Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Keboola Triggers API

The Triggers API from Keboola — 4 operation(s) for triggers.

Keboola Triggers API is one of 79 APIs that Keboola publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Triggers. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 10 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against the base URL https://connection.keboola.com/v2/storage.

10 operations 4 paths 3 schemas 2 DELETE4 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://connection.keboola.com/v2/storage
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

Keboola Triggers API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-StorageApi-Token (ApiKeyAuth).

Paths & Operations 10

Across 4 paths, the API surfaces 10 operations — 2 DELETE, 4 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Triggers 10
GET
/v2/storage/triggers
List triggers
get_/v2/storage/triggers::TriggerListAction 2 params → 200
POST
/v2/storage/triggers
Create trigger
post_/v2/storage/triggers::TriggerCreateAction body → 201422400
GET
/v2/storage/triggers/
List triggers
get_/v2/storage/triggers/::TriggerListAction 2 params → 200
POST
/v2/storage/triggers/
Create trigger
post_/v2/storage/triggers/::TriggerCreateAction body → 201422400
GET
/v2/storage/triggers/{triggerId}
Get trigger detail
get_/v2/storage/triggers/{triggerId}::TriggerDetailAction 1 param → 200404
PUT
/v2/storage/triggers/{triggerId}
Update trigger
put_/v2/storage/triggers/{triggerId}::TriggerUpdateAction 1 param body → 200404422400
DELETE
/v2/storage/triggers/{triggerId}
Delete trigger
delete_/v2/storage/triggers/{triggerId}::TriggerDeleteAction 1 param → 204404422
GET
/v2/storage/triggers/{triggerId}/
Get trigger detail
get_/v2/storage/triggers/{triggerId}/::TriggerDetailAction 1 param → 200404
PUT
/v2/storage/triggers/{triggerId}/
Update trigger
put_/v2/storage/triggers/{triggerId}/::TriggerUpdateAction 1 param body → 200404422400
DELETE
/v2/storage/triggers/{triggerId}/
Delete trigger
delete_/v2/storage/triggers/{triggerId}/::TriggerDeleteAction 1 param → 204404422

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are TriggerResponse (8 properties), UpdateTriggerRequest (5 properties), CreateTriggerRequest (5 properties). Each schema is shown below with its type and property counts.

CreateTriggerRequest
object
5 properties 5 required
TriggerResponse
object
8 properties 7 required
UpdateTriggerRequest
object
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keboola-triggers-api-openapi.yml Raw ↑

Other APIs Keboola publishes across the network.

Keboola Actions API
Keboola Admin Apps API
Keboola Admin Stacks API
Keboola Admin Users API
Keboola Admin Vendors API
Keboola App API
Keboola Auth API
Keboola Authorize API
Keboola Branch metadata API
Keboola Buckets API
Keboola Columns API
Keboola Component Configuration Metadata API