Get signal by ID
GET /signals/{signalId}
GET
/signals/{signalId}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” signalId
required
Unique identifier for the signal to retrieve
string
Unique identifier for the signal to retrieve
Responses
Section titled “ Responses ”Signal found
object
signalId
required
Unique identifier for the signal (nanoid format)
string
teamId
required
ID of the team that owns this signal
string
dataType
required
Type of signal data
string
data
required
One of:
object
type
required
Signal type identifier
string
text
required
The comment text content
string
object
type
required
Signal type identifier
string
score
required
Rating score between 0 and 1
number
object
type
required
Signal type identifier
string
evaluationResultId
required
Link to the evaluation result that generated this signal
string
score
required
Evaluation score (copy from evaluation result)
number
feedback
required
Evaluator feedback (copy from evaluation result)
string
executionIds
required
IDs of pipeline executions this signal is linked to
Array<string>
createdAt
required
ISO 8601 timestamp when the signal was created
string format: date-time
Bad Request - Validation error or invalid input
object
error
required
string
code
string
details
retryable
boolean
Unauthorized - Authentication required or invalid token
object
error
required
string
code
string
details
retryable
boolean
Forbidden - Insufficient permissions
object
error
required
string
code
string
details
retryable
boolean
Not Found - Resource does not exist
object
error
required
string
code
string
details
retryable
boolean