airbyte.local

Airbyte Configuration API https://airbyte.io. This API is a collection of HTTP RPC-style methods. While it is not a REST API, those familiar with REST should find the conventions of this API recognizable. Here are some conventions that this API follows: * All endpoints are ht

🔑 bearer 102 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

pip install airbyte-api-python-sdk
npm install airbyte-sdk
go get github.com/evris99/airbyte-sdk
go get github.com/bitstrapped/airbyte
# Maven: see https://github.com/airbytehq/airbyte-api-java-sdk
curl examples
Health Check
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://airbyte.local/v1/health
Returns the openapi specification
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://airbyte.local/v1/openapi
Endpoints (102 total)
GET
/v1/health
Health Check
GET
/v1/openapi
Returns the openapi specification
POST
/v1/jobs/get
Get information about a job
POST
/v1/logs/get
Get logs
POST
/v1/jobs/list
Returns recent jobs for a connection. Jobs are returned in descending order b…
POST
/v1/state/get
Fetch the current state for a connection.
POST
/v1/jobs/cancel
Cancels a job
POST
/v1/sources/get
Get source
POST
/v1/sources/list
List sources for workspace
POST
/v1/sources/clone
Clone source
POST
/v1/jobs/get_light
Get information about a job excluding attempt info and logs
POST
/v1/operations/get
Returns an operation
At a glance
Total SDKs5
Languages4
Endpoints102
Authbearer
Categories1
http://airbyte.local