Skip to content

retention job task

retention job task list

retention job task list <PROJECT_NAME_OR_ID> <JOB_ID> [OPTIONS]

List retention tasks.

Arguments

PROJECT_NAME_OR_ID
Name or ID of the project to use. Prefix with 'id:' to specify an ID.
Type: text

JOB_ID
ID of the job to list tasks for.
Type: integer
Required:

Options

--id <POLICY_ID>
Retention policy ID. Overrides positional argument.
Type: integer

--page <PAGE>
(Advanced) Page to begin fetching from.
Type: integer
Default: 1

--page-size <PAGE_SIZE>
(Advanced) Results to fetch per API call.
Type: integer
Default: 10

--limit <LIMIT>
Maximum number of results to fetch.
Type: integer


retention job task log

retention job task log <PROJECT_NAME_OR_ID> <JOB_ID> <TASK_ID> [OPTIONS]

Get the log for a retention job task.

Arguments

PROJECT_NAME_OR_ID
Name or ID of the project to use. Prefix with 'id:' to specify an ID.
Type: text

JOB_ID
ID of job.
Type: integer
Required:

TASK_ID
ID of job task.
Type: integer
Required:

Options

--id <POLICY_ID>
Retention policy ID. Overrides positional argument.
Type: integer