Upsert History
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 · enumOptionalDefault:
Sort order of the results (ascending or descending)
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
500
Internal server error
get
/upsert-history/{id}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
400
Invalid request body
500
Internal server error
patch
/upsert-history/{id}No content
Last updated