github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_list_datum.md (about) 1 ## pachctl list datum 2 3 Return the datums in a job. 4 5 ### Synopsis 6 7 Return the datums in a job. 8 9 ``` 10 pachctl list datum <job> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for datum 17 -o, --output string Output format when --raw is set: "json" or "yaml" (default "json") 18 --page int Specify the page of results to send 19 --pageSize int Specify the number of results sent back in a single page 20 --raw Disable pretty printing; serialize data structures to an encoding such as json or yaml 21 ``` 22 23 ### Options inherited from parent commands 24 25 ``` 26 --no-color Turn off colors. 27 -v, --verbose Output verbose logs 28 ``` 29