Skip to main content
GET /api/backfills
_limit
integer
Maximum number of logs to be returned in the API response.Example: 20
_offset
integer
Read logs after N number of logs, where N equals _offset.Example: 10
pipeline_uuid
string
The pipeline uuid for which to read backfills.
include_run_count
boolean
A boolean which indicates whether to return the run count in the response metadata object.