Who sent what, and when, oldest first. The rows themselves come from
get_data() (all submissions at once) or get_submission() (one).
Arguments
- request
A request id (
12), or the request's URL on the site ("https://datareceipt.io/requests/12"), or one row oflist_requests().- key
Your API key. Defaults to the
DATARECEIPT_API_KEYenvironment variable; seedatareceipt_api_key().
Value
A tibble with one row per submission: id, request_id,
sender_name, sender_email, source (how the data came in: an uploaded
"xlsx" or "csv"; submissions from August 2026 may read "paste",
"typed", or "form", from sender methods the site no longer offers),
row_count, flag_count
(cells that broke a rule but were accepted; see get_flags()),
original_filename, submitted_at, and revised_at (when the request's
owner last edited the submission's data on the site, or NA if it is as
received).