Get KoboToolbox Collect Links
kobo_get_collect_linksRetrieve shareable Enketo links for a deployed KoboToolbox form: offline, online, single, preview, and iframe URLs, plus public status and optional QR code for printing.
Instructions
Get the shareable links of a deployed form — the actual deliverable once a form is built.
Returns every Enketo URL Kobo publishes:
offline: caches in the browser and works without a connection, syncing later. The one to give field teams.
online: plain web form
single: submits once and closes, for one-response-per-person links
preview: renders the form without saving anything, for internal review
iframe: to embed the form in a web page
It also reports whether the form is genuinely PUBLIC. A deployed form's link still asks for a Kobo login until anonymous submissions are enabled — use kobo_set_sharing for that.
Args:
uid (string): asset uid of the deployed form
include_qr (boolean, default false): also return a QR code image of the offline link, to print on a flyer, a poster or a table card
response_format ('markdown' | 'json')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Asset uid of the deployed form | |
| include_qr | No | Also return a QR code image of the offline collect link, to print on a flyer or a table card | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |