POST
/v1/project_logs/{project_id}/feedbackLog feedback for project events
Logs feedback for a set of project log events associated with a project. Provide feedback items with event identifiers and any scores, expected values, comments, metadata, source, or tags you want to record.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
project_idstringrequired
The UUID of the project whose project log events will receive feedback.
An array of feedback objects for project log events.
feedbackarray<object>required
A list of project logs feedback items
200Returns an object with `status` set to `success` after the feedback is recorded.
statusstringrequired
400Returned when the request is unacceptable, often because `feedback` or a required feedback item field is missing.
401Returned when no valid API key is provided.
403Returned when the API key does not have permission to perform the request.
429Returned when too many requests are sent too quickly.
500Returned when an error occurs on the API owner's side.
Error handling
A 400 is returned when feedback is missing or the request is otherwise unacceptable; each feedback item must include id, and source must be app, api, external, or null. A 401 indicates that no valid API key was provided, a 403 indicates that the API key lacks permission, a 429 indicates that requests are being sent too quickly, and a 500 indicates an error on the API owner's side.