Upsert History

Get all upsert history records

get

Retrieve all upsert history records with optional filters

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Chatflow ID to filter records by

Query parameters
orderstring · enumOptional

Sort order of the results (ascending or descending)

Default: ASCPossible values:
startDatestring · date-timeOptional

Filter records from this start date (inclusive)

endDatestring · date-timeOptional

Filter records until this end date (inclusive)

Responses
200

Successful operation

application/json
get
/upsert-history/{id}

Delete upsert history records

patch

Soft delete upsert history records by IDs

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idsstring · uuid[]Optional

List of upsert history record IDs to delete

Responses
200

Successfully deleted records

No content

patch
/upsert-history/{id}

No content

Last updated