audits
Retrieve user activity audits with filtering, ordering, and pagination to investigate and review actions taken in the GreyMatter platform.
Instructions
User Activity · query audits. Variables: after, filter, first, order. Example variables: {"after":"T18w","filter":{"objectId":""},"first":10,"order":{"direction":"ASC","orderBy":"ACTION_TYPE"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: AuditActionOrder | |
| filter | No | GraphQL: AuditActionFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |