tascan_request_verification
Enqueue an autonomous verification job for a task completion (Verification Layer V2 + V7 doc_check, POST /completions/:completion_id/verification-jobs): http_probe checks a URL (params url, and optionally expect_status, expect_content_type, expect_sha256), doc_check runs a named policy against params.url and params.policy_id. Read the result with tascan_list_verifications once the job runs. Write tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | For http_probe: url, and optionally expect_status, expect_content_type, expect_sha256. For doc_check: url and policy_id, where policy_id names an active doc_check policy. | |
| run_at | No | Optional ISO timestamp to schedule the job for (default now). | |
| check_type | Yes | Which autonomous check to run. | |
| completion_id | Yes | task_completions.id (UUID) — from tascan_get_task -> completions[].id. | |
| idempotency_key | No | Optional replay key (up to 200 chars). |