Get the live flagged history records cited by a Praxis Shield incident
curl --request GET \
--url https://pria.praxislxp.com/api/admin/security/threats/{incidentId}/history \
--header 'x-access-token: <api-key>'{
"success": true,
"incidentId": "<string>",
"histories": [
{
"_id": "<string>",
"input": "<string>",
"output": "<string>",
"tools": "<unknown>",
"status": "<string>",
"created": "2023-11-07T05:31:56Z",
"type": "<string>",
"userEmail": "<string>",
"user": "<string>"
}
]
}Admin
Get the live flagged history records cited by a Praxis Shield incident
Returns the live history record(s) referenced by the incident’s evidence (deduplicated). Mounted under the admin gate (isAdmin) and RAP-scoped via the institutions.list entitlement (super bypasses): the caller must manage at least one of the incident’s institutions. Only inert-safe fields are projected (never secrets, embeddings, or full payloads). The input/output/tools text is attacker-influenced and MUST be rendered INERT by the client.
GET
/
api
/
admin
/
security
/
threats
/
{incidentId}
/
history
Get the live flagged history records cited by a Praxis Shield incident
curl --request GET \
--url https://pria.praxislxp.com/api/admin/security/threats/{incidentId}/history \
--header 'x-access-token: <api-key>'{
"success": true,
"incidentId": "<string>",
"histories": [
{
"_id": "<string>",
"input": "<string>",
"output": "<string>",
"tools": "<unknown>",
"status": "<string>",
"created": "2023-11-07T05:31:56Z",
"type": "<string>",
"userEmail": "<string>",
"user": "<string>"
}
]
}Was this page helpful?
Update a Praxis Shield incident (status / severity / categories)Add a reviewer note to a Praxis Shield incident
⌘I