Upsert History
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
idstring · uuidOptionalExample:
Unique identifier for the upsert history record
cfd531e0-82fc-11e9-bc42-526af7764f64chatflowidstringOptionalExample:
ID of the chatflow associated with the upsert history
7c4e8b7a-7b9a-4b4d-9f3e-2d28f1ebea02resultstringOptionalExample:
Result of the upsert operation, stored as a JSON string
{"status":"success","data":{"key":"value"}}flowDatastringOptionalExample:
Flow data associated with the upsert operation, stored as a JSON string
{"nodes":[],"edges":[]}datestring · date-timeOptionalExample:
Date and time when the upsert operation was performed
2024-08-24T14:15:22Z500
Internal server error
get
/upsert-history/{id}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