Skip to content

Retrieve Suspicious Activity Log

Auth required
GET/v1/suspicious_activity_logs/{id}/

Full detail of a single suspicious activity log, including the nested blacklisted app, timesheet (with project/task), and creator profile.

Access is org-scoped: the log must belong to a timesheet in the calling organization. A log from another org returns 404.

id must be UUID-shaped or the request never reaches this endpoint — it resolves as 404 ROUTE_NOT_FOUND (routing-level), not a 400 validation error.

Parameters