/
AI
airbyte
/
Airbyte Configuration API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 4w ago · Updated 4w ago
View markdown
airbyte
Airbyte Configuration API
post
Returns all connections for a workspace.
v1
latest
OpenAPI 3.0.0
MIT
2026-07-14
102
210
128.7 KB
attempt
3
connection
9
post
Create a connection between a source and a destination
post
Delete a connection
post
Get a connection
post
Returns all connections for a workspace.
post
Returns all connections for a workspace, including deleted connections.
post
Reset the data for the connection. Deletes data generated by the connection in the destination. Resets any cursors back to initial state.
post
Search connections
post
Trigger a manual sync of the connection
post
Update a connection
destination
9
destination_definition
11
destination_definition_specification
1
destination_oauth
3
health
1
jobs
7
logs
1
notifications
1
openapi
1
operation
6
scheduler
3
source
12
source_definition
11
source_definition_specification
1
source_oauth
3
state
2
web_backend
8
workspace
9
connection
Returns all connections for a workspace.
List connections for workspace. Does not return deleted connections.
post
/v1/connections/list
Request body
WorkspaceIdRequestBody
required
workspaceId
string
uuid
required
Response
Successful operation
ConnectionReadList
required
connections
ConnectionRead[]
required