integration
Retrieve activity logs for a specific ID with filters by timestamp and event type, including ordering and pagination to track configuration changes.
Instructions
Query Management · query integration. Variables: after, filter, first, order, after1, first1, after2, first2, id. Example variables: {"after":"T18w","filter":{"created":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"types":["CONFIGURATION_CHANGED"]},"first":10,"order":{"direction":"ASC","orderBy":"CREATED_AT"},"after1":"T18w","first1":10,"after2":"T18w","first2":10,"id":""}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GraphQL: ID! | |
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: IntegrationActivityLogOrder | |
| after1 | No | GraphQL: String | |
| after2 | No | GraphQL: String | |
| filter | No | GraphQL: IntegrationActivityLogFilter | |
| first1 | No | GraphQL: Int | |
| first2 | No | GraphQL: Int | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |