Read the organization's activity history
query_eventsRetrieve event history for tasks, submissions, and replies. Filter by member, event type, or time range to see what happened and when, including completions, declines, cancellations, and more.
Instructions
Answers 'what happened' — the place to look for anything reported, answered, replied, declined or cancelled, oldest first, each with who did it and when. This is where problems surface; query_tasks does not contain them. Defaults to the last 7 days. Filter by member or by event type (TaskCompleted, TaskInputCompleted, SubtaskCompleted, ReplyAppended, SubmissionCreated, TaskDeclinedByRecipient, TaskCanceled, TaskExpired, ...). For a ready-made bundle per member use get_activity; for ad-hoc reports alone use query_submissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Only these event types (wire names, e.g. TaskCompleted). | |
| limit | No | Page size. Modest default; the result carries a cursor when there is more. | |
| since | No | ISO-8601 instant; only items created at or after this. | |
| until | No | ISO-8601 instant; only items created at or before this. | |
| cursor | No | Continue a previous page: pass the `cursor` it returned. | |
| member | No | Only actions by this member (name or usr_ id). |