PUT
/v1/private/assertion-resultsBatch ingestion of assertion resultsBatch ingestion of assertion results for traces or spans
Request body
application/json
objectAssertionResultBatch
assertion_resultsarray of objectrequiredShow child attributes
Show array items
entity_idstring · uuidrequirednamestringrequiredproject_idstring · uuidproject_namestringIf null, the default project is used
reasonstringsourcestringrequiredstatusstringrequiredentity_typestringrequired{
"assertion_results": [
{
"entity_id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"project_name": "string",
"reason": "string",
"source": "online_scoring",
"status": "failed"
}
],
"entity_type": "SPAN"
}