/
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
For worker to set sync stats of a running attempt.
ce48e08e02ec
latest
OpenAPI 3.0.0
MIT
2026-07-14
102
210
128.7 KB
attempt
3
post
For worker to set sync stats of a running attempt.
post
For worker to save the AttemptSyncConfig for an attempt.
post
For worker to register the workflow id in attempt.
connection
9
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
attempt
internal
For worker to set sync stats of a running attempt.
post
/v1/attempt/save_stats
Request body
SaveStatsRequestBody
required
attemptNumber
integer
required
jobId
integer
required
stats
AttemptStats
required
streamStats
AttemptStreamStats[]
Response
Successful Operation
InternalOperationResult
required
succeeded
boolean
required