customer_detection_activity_log_entry
Retrieve activity log entries for a detection. Filter by user or type, order by creation time, and paginate to audit actions and comments.
Instructions
Detections · query customerDetectionActivityLogEntry. Variables: after, filter, first, order, id. Example variables: {"after":"T18w","filter":{"types":["PUBLIC"],"user":""},"first":10,"order":{"direction":"ASC","orderBy":"CREATED_AT"},"id":""}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GraphQL: ID! | |
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: CustomerDetectionActivityLogEntryCommentOrder | |
| filter | No | GraphQL: CustomerDetectionActivityLogEntryCommentFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |