Usage:  circleci policy logs [decision-id] [flags]

Flags:
      --after string            Return logs created after this time (RFC3339 or YYYY-MM-DD)
      --before string           Return logs created before this time (RFC3339 or YYYY-MM-DD)
      --branch string           Filter by branch name
  -h, --help                    help for logs
      --jq string               Process values from the response using jq syntax
      --json                    Output as JSON
      --org string              Organization slug (e.g. gh/myorg) or UUID (required)
      --out string              Write output to this file instead of stdout
      --policy-bundle           Retrieve the policy bundle snapshot for the given decision ID
      --policy-context string   Policy context (default "config")
      --project-id string       Filter by project ID
      --status string           Filter by decision status (PASS, SOFT_FAIL, HARD_FAIL, ERROR)
  