Read ad-hoc submissions from the field
query_submissionsRetrieve unsolicited reports (text, photos, files, voice notes, locations) sent by members, with sender and timestamp. Use this to find problem reports not visible in the task index; defaults to last 7 days, oldest first.
Instructions
Answers 'did anyone report something on their own' — reports people sent without being asked (not answers to a task): text, photo, file, voice note, location, with who sent it and when. Check this whenever a question is about problems or reports; the task index never shows these. Oldest first; defaults to the last 7 days. Photos and files carry their id for download_attachment (scope_id = the sbm_ id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 submissions by this member (name or usr_ id). |