engain_list_credit_transactions
Retrieve credit transaction history for a project in reverse chronological order, with pagination via cursor for large datasets.
Instructions
List credit transaction history for a project (newest first), paginated via cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| cursor | No | ||
| numItems | No | ||
| projectId | No | Engain project (campaign) ID. Defaults to ENGAIN_PROJECT_ID if set. | |
| createdAfter | No | ISO 8601 datetime lower bound | |
| createdBefore | No | ISO 8601 datetime upper bound |