Get a Single KoboToolbox Submission
kobo_get_submissionGet the full record of a single submission by its ID, displaying every field and value in markdown or JSON for easy review.
Instructions
Get the full detail of one submission by its id.
Args:
uid (string): the form's asset uid
submission_id (string): the submission id (the "_id" field from kobo_list_submissions)
response_format ('markdown' | 'json')
Returns: every field and value recorded in that submission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Asset uid of the form | |
| submission_id | Yes | Submission id (from kobo_list_submissions) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |