engain_list_tasks
List a project's tasks (comments, posts, replies) sorted newest first, with cursor-based pagination and optional filters for status and creation date.
Instructions
List a project's tasks (comments/posts/replies), newest first, paginated via cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| status | No | Filter by task status, e.g. scheduled, published, removed. | |
| numItems | No | ||
| projectId | No | Engain project (campaign) ID. Defaults to ENGAIN_PROJECT_ID if set. | |
| createdAfter | No | ||
| createdBefore | No |