|
| 1 | +## gc analytics casemanagement aggregates jobs results list |
| 2 | + |
| 3 | +Fetch a page of results for an async case management query |
| 4 | + |
| 5 | +### Synopsis |
| 6 | + |
| 7 | +Fetch a page of results for an async case management query |
| 8 | + |
| 9 | +``` |
| 10 | +gc analytics casemanagement aggregates jobs results list [jobId] [flags] |
| 11 | +``` |
| 12 | + |
| 13 | +### Options |
| 14 | + |
| 15 | +``` |
| 16 | + -a, --autopaginate Automatically paginate through the results stripping page information |
| 17 | + --cursor string Cursor token to retrieve next page |
| 18 | + --filtercondition string Filter list command output based on a given condition or regular expression |
| 19 | + -h, --help help for list |
| 20 | + -s, --stream Paginate and stream data as it is being processed leaving page information intact |
| 21 | +``` |
| 22 | + |
| 23 | +### Options inherited from parent commands |
| 24 | + |
| 25 | +``` |
| 26 | + --accesstoken string accessToken override |
| 27 | + --clientid string clientId override |
| 28 | + --clientsecret string clientSecret override |
| 29 | + --environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2 |
| 30 | + -i, --indicateprogress Trace progress indicators to stderr |
| 31 | + --inputformat string Data input format. Supported formats: YAML, JSON |
| 32 | + --outputformat string Data output format. Supported formats: YAML, JSON |
| 33 | + -p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT") |
| 34 | + --transform string Provide a Go template file for transforming output data |
| 35 | + --transformstr string Provide a Go template string for transforming output data |
| 36 | +``` |
| 37 | + |
| 38 | +### SEE ALSO |
| 39 | + |
| 40 | +* [gc analytics casemanagement aggregates jobs results](gc_analytics_casemanagement_aggregates_jobs_results.html) - /api/v2/analytics/casemanagement/aggregates/jobs/{jobId}/results |
| 41 | + |
| 42 | + |
0 commit comments