-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Sean Alexander Harris edited this page Aug 29, 2025
·
20 revisions
Welcome to the Prolific CLI wiki!
As an engineer having to use a third-party system, we tend to look for CLI tooling that will make our lives easier, more efficient, and allow us to automate workflows more easily. For system-to-system integration the API makes sense, but as an individual would we build our own tools? This is where the CLI is a power user application. For example, let's say you want to interrogate all webhook events that have been sent to your subscription, this is quicker via the CLI.
- Examples of creating studies
- Create multiple studies via a bash script
- Export study data into a CSV
-
Field names you can use in the
study list --non-interactive --fieldscommand. -
Field names you can use in the
submission list --csv --fieldscommand. - Add zsh completions to your system