POST
/v1/private/manual-evaluation/threadsManually evaluate threadsManually trigger evaluation rules on selected threads. Bypasses sampling and enqueues all specified threads for evaluation.
Request body
application/json
objectManualEvaluationRequest
entity_idsarray of string · uuidrequiredList of entity IDs (trace IDs or thread IDs) to evaluate
Show child attributes
entity_typestringrequiredType of entity to evaluate (trace or thread)
project_idstring · uuidrequiredProject ID
rule_idsarray of string · uuidrequiredList of automation rule IDs to apply
Show child attributes
{
"entity_ids": [
"550e8400-e29b-41d4-a716-446655440000",
"550e8400-e29b-41d4-a716-446655440001"
],
"entity_type": "trace",
"project_id": "550e8400-e29b-41d4-a716-446655440000",
"rule_ids": [
"660e8400-e29b-41d4-a716-446655440000"
]
}Responses
objectManualEvaluationResponse
entities_queuedinteger · int32Number of entities queued for evaluation
rules_appliedinteger · int32Number of rules that will be applied
{
"entities_queued": 5,
"rules_applied": 2
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}