Returns the investigation prompts configured for a specific user. Investigation prompts are the custom instructions an analyst has attached to refine how AI investigations are produced. User-scoped prompts apply to every investigation involving that user.
Request
Authorization
Path Params
Responses
🟢200OK
application/json
Successful operation
Bodyapplication/json
🟠401Unauthorized
🟠403Forbidden
Request Request Example
Shell
JavaScript
Java
Swift
curl--location'/investigations/user-prompts/'
Response Response Example
{"prompts":["Treat after-hours admin logins as CRITICAL."]}