Getting a Secret Work Request's Status

Learn how to get the status of a work request for a secret.

    1. On the Secrets list page, find the secret that you want to work with. If you need help finding the list page, see Listing Secrets.
    2. Select the name of the secret to open its details page.
    3. Select the Work Requests tab.
    4. Select the name of the work request.
      The work request details page opens.
  • Use the oci work-requests work-request get command and required parameters to get the status of a work request. See Work Requests in the OCI documentation for more information on work requests.

    oci work-requests work-request get --work-request-id <work_request_ocid> [OPTIONS]

    For example:

    oci work-requests work-request get --work-request-id ocid1.coreservicesworkrequest.oc1.eu-paris-1.abrwiljrcu6dou67c4f4civipuy4hahg22hp44odlid2c7yhicfaawkiypza

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the GetWorkRequest API to get the status of a work request. See Work Requests in the OCI documentation for more information on work requests.