Create signal
POST /signals
Create a new feedback signal. Signals can be comments or ratings, and can optionally be linked to pipeline executions.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
ID of the team that will own this signal
object
Signal type identifier
The comment text content
object
Signal type identifier
Rating score between 0 and 1
object
Signal type identifier
Link to the evaluation result that generated this signal
Evaluation score (copy from evaluation result)
Evaluator feedback (copy from evaluation result)
Optional array of pipeline execution IDs to link this signal to
Responses
Section titled “ Responses ”Signal created successfully
object
Unique identifier for the signal (nanoid format)
ID of the team that owns this signal
Type of signal data
object
Signal type identifier
The comment text content
object
Signal type identifier
Rating score between 0 and 1
object
Signal type identifier
Link to the evaluation result that generated this signal
Evaluation score (copy from evaluation result)
Evaluator feedback (copy from evaluation result)
IDs of pipeline executions this signal is linked to
ISO 8601 timestamp when the signal was created
Bad Request - Validation error or invalid input
object
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions