Skip to contents

Who sent what, and when, oldest first. The rows themselves come from get_data() (all submissions at once) or get_submission() (one).

Usage

list_submissions(request, key = NULL)

Arguments

request

A request id (12), or the request's URL on the site ("https://datareceipt.io/requests/12"), or one row of list_requests().

key

Your API key. Defaults to the DATARECEIPT_API_KEY environment variable; see datareceipt_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).

Examples

if (FALSE) { # \dontrun{
list_submissions(12)
} # }