curl --request GET \
--url https://api.checkfu.com/v1/harness-profiles/{id}/verifications \
--header 'Authorization: Bearer <token>' \
--header 'checkfu-version: <checkfu-version>'import requests
url = "https://api.checkfu.com/v1/harness-profiles/{id}/verifications"
headers = {
"checkfu-version": "<checkfu-version>",
"Authorization": "Bearer <token>"
}
response = requests.get(url, headers=headers)
print(response.text)const options = {
method: 'GET',
headers: {'checkfu-version': '<checkfu-version>', Authorization: 'Bearer <token>'}
};
fetch('https://api.checkfu.com/v1/harness-profiles/{id}/verifications', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.checkfu.com/v1/harness-profiles/{id}/verifications",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>",
"checkfu-version: <checkfu-version>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.checkfu.com/v1/harness-profiles/{id}/verifications"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("checkfu-version", "<checkfu-version>")
req.Header.Add("Authorization", "Bearer <token>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.checkfu.com/v1/harness-profiles/{id}/verifications")
.header("checkfu-version", "<checkfu-version>")
.header("Authorization", "Bearer <token>")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.checkfu.com/v1/harness-profiles/{id}/verifications")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["checkfu-version"] = '<checkfu-version>'
request["Authorization"] = 'Bearer <token>'
response = http.request(request)
puts response.read_body{
"data": [
{
"id": "<string>",
"workspace_id": "<string>",
"harness_profile_id": "<string>",
"harness_profile_revision_number": 1,
"release_digest": "<string>",
"driver_version": "<string>",
"sandbox_profile_id": "<string>",
"sandbox_profile_revision_number": 1,
"sandbox_image_digest": "<string>",
"model_routing_profile_id": "<string>",
"model_routing_profile_revision_number": 1,
"plane_policy_hash": "<string>",
"suite_revision": "<string>",
"run_spec": {
"run": "<string>",
"session": "<string>",
"context": {
"event_cursor": 1,
"continuation": "rebuild_only",
"instructions": "<string>",
"tools": [
{
"kind": "catalog",
"name": "<string>",
"connection_id": "<string>"
}
],
"skills": [
"<string>"
],
"output_schema": "<unknown>",
"history": [
{
"role": "user",
"content": "<string>"
}
],
"attachment_refs": [
"<string>"
],
"compaction": {
"trigger_percent": 50,
"strategy_ladder": [
"native"
],
"preserve": [
"<string>"
],
"summarizer_model_routing_profile_key": "<string>"
},
"model_context_window_tokens": 1,
"model_context_window_source": "industry_floor_default",
"builtin_tools": [
"bash"
]
},
"input": {
"type": "user.message",
"content": "<string>",
"attachments": [
"<string>"
],
"continuation": {
"kind": "custom_tool",
"tool_use_id": "<string>",
"result": "<unknown>"
}
},
"execution_pins": {
"agent_id": "<string>",
"agent_release_number": 1,
"harness_profile_id": "<string>",
"harness_profile_revision_number": 1,
"harness_release_digest": "<string>",
"harness_driver_version": "<string>",
"sandbox_profile_id": "<string>",
"sandbox_profile_revision_number": 1,
"sandbox_image_digest": "<string>",
"model_routing_profile_id": "<string>",
"model_routing_profile_revision_number": 1,
"plane_policy_hash": "<string>",
"selected_skills": [
"<string>"
],
"selected_tools": [
"<string>"
],
"instructions_sha256": "<string>"
},
"harness": {
"kind": "trusted",
"protocol": "mock",
"configuration": {}
},
"sandbox": {
"release": {
"sandbox_profile_id": "<string>",
"key": "<string>",
"revision_number": 1,
"template": {
"tier": "container",
"base_image": {
"reference": "<string>",
"digest": "<string>"
},
"packages": [
{
"manager": "apt",
"name": "<string>",
"version": "<string>"
}
],
"network_policy": {
"mode": "none",
"allowed_hosts": [
"<string>"
],
"required_egress_certification": "advisory_filter",
"egress_presets": {
"version": 1,
"presets": [
"package_managers"
]
}
},
"resource_limits": {
"cpu_millis": 1,
"memory_mib": 1,
"disk_mib": 1,
"max_duration_seconds": 1
},
"retention_mode": "durable"
},
"derived_image_digest": "<string>"
},
"platform": {
"os": "linux",
"architecture": "amd64"
},
"root_image": "<string>"
},
"model": {
"model_routing_profile_id": "<string>",
"model_routing_profile_revision_number": 1,
"tier": "default",
"provider": "<string>",
"model": "<string>",
"reason": "cheapest_sufficient",
"access": "harness_owned",
"access_source": {
"kind": "workspace_credential",
"provider": "<string>",
"model_credential_id": "<string>",
"model_credential_generation_id": "<string>"
}
},
"session_thread_id": "<string>",
"requires_session_sandbox": true,
"capability_set": {
"event_fidelity": "native",
"continuation": "in_flight",
"checkpoint": "process_and_disk",
"approval_delivery": "park",
"interrupt": "cooperative",
"mid_run_input": "native",
"model_control": "platform_enforced",
"usage_authority": "platform_observed",
"multiagent_shared_environment": true,
"subagents": "observed"
},
"materialization_target": "sandbox_staging",
"runner_pool": "<string>",
"conformance_target": {
"provider_id": "<string>",
"provider_revision": "<string>",
"materialization_revision": "<string>",
"placement": "local",
"runtime_assurances": {
"compute_accounting": true,
"network_isolation": true,
"bounded_start": true,
"bounded_cancel": true,
"teardown": true
}
},
"runtime_qualification": {
"topology": "colocated",
"continuation": "rebuild",
"capabilities": {
"input": {
"text": "realized",
"structured": "realized",
"files": "realized",
"attachments": "realized"
},
"observation": {
"user_message": "realized",
"progress": "realized",
"tool_activity": "realized",
"subagents": "realized",
"diagnostics": "realized"
},
"control": {
"steer": "realized",
"interrupt": "realized",
"question_yield": "realized",
"action_approval_continuation": "realized",
"custom_tool_declaration": "realized",
"custom_tool_continuation": "realized",
"thread_spawn": "realized",
"thread_message": "realized"
},
"resources": {
"filesystem": "realized",
"project_memory_mounts": "realized",
"artifacts": "realized"
},
"gateways": {
"platform_model": "realized",
"platform_tools": "realized",
"credential_proxy": "realized"
},
"continuity": {
"checkpoint_export": "realized",
"checkpoint_import": "realized"
},
"accounting": {
"model_usage": "realized",
"tool_usage": "realized",
"compute_usage": "realized"
},
"isolation": {
"network": "realized",
"zdr": "realized"
},
"lifecycle": {
"bounded_start": "realized",
"cancel": "realized",
"teardown": "realized",
"orphan_recovery": "realized"
}
}
},
"lifecycle_hooks": [
{
"phase": "post_materialize",
"commands": [
{
"argv": [
"<string>"
],
"working_directory": "<string>",
"timeout_seconds": 900,
"on_failure": "abort",
"environment_slots": [
"<string>"
]
}
]
}
],
"platform_connections": [
{
"connection": "<string>",
"provider": "<string>"
}
]
},
"status": "pending",
"checks": [
{
"name": "<string>",
"status": "passed",
"detail": "<string>"
}
],
"tier": "certified",
"runner_placement": "local",
"evidence_authority": "platform_observed",
"evidence_manifest_revision": "<string>",
"evidence_manifest_hash": "<string>",
"execution_target": {
"provider_id": "<string>",
"provider_revision": "<string>",
"materialization_revision": "<string>",
"placement": "local",
"runner_pool": "<string>",
"runtime_assurances": {
"compute_accounting": true,
"network_isolation": true,
"bounded_start": true,
"bounded_cancel": true,
"teardown": true
}
},
"created_at": "<string>",
"completed_at": "<string>",
"expires_at": "<string>",
"evidence_signature_status": "not_applicable",
"capability_set": {
"event_fidelity": "native",
"continuation": "in_flight",
"checkpoint": "process_and_disk",
"approval_delivery": "park",
"interrupt": "cooperative",
"mid_run_input": "native",
"model_control": "platform_enforced",
"usage_authority": "platform_observed",
"multiagent_shared_environment": true,
"subagents": "observed"
},
"evidence_signature": {
"algorithm": "hmac-sha256",
"key_id": "<string>",
"digest": "<string>"
},
"conformance_identity": {
"request": {
"suite_revision": "<string>",
"case_set_revision": "checkfu:harness-conformance-case-set@1",
"case_ids": [
"ready_handshake"
],
"case_set_digest": "<string>",
"fingerprint": "<string>",
"case_contract_digest": "<string>"
},
"evidence": {
"revision": "checkfu:harness-conformance-evidence-identity@1",
"request_fingerprint": "<string>",
"target": {
"provider_id": "<string>",
"provider_revision": "<string>",
"materialization_revision": "<string>",
"placement": "local",
"runtime_assurances": {
"compute_accounting": true,
"network_isolation": true,
"bounded_start": true,
"bounded_cancel": true,
"teardown": true
}
},
"fingerprint": "<string>"
}
},
"qualification": {
"topology": "colocated",
"continuation": "rebuild",
"capabilities": {
"input": {
"text": "realized",
"structured": "realized",
"files": "realized",
"attachments": "realized"
},
"observation": {
"user_message": "realized",
"progress": "realized",
"tool_activity": "realized",
"subagents": "realized",
"diagnostics": "realized"
},
"control": {
"steer": "realized",
"interrupt": "realized",
"question_yield": "realized",
"action_approval_continuation": "realized",
"custom_tool_declaration": "realized",
"custom_tool_continuation": "realized",
"thread_spawn": "realized",
"thread_message": "realized"
},
"resources": {
"filesystem": "realized",
"project_memory_mounts": "realized",
"artifacts": "realized"
},
"gateways": {
"platform_model": "realized",
"platform_tools": "realized",
"credential_proxy": "realized"
},
"continuity": {
"checkpoint_export": "realized",
"checkpoint_import": "realized"
},
"accounting": {
"model_usage": "realized",
"tool_usage": "realized",
"compute_usage": "realized"
},
"isolation": {
"network": "realized",
"zdr": "realized"
},
"lifecycle": {
"bounded_start": "realized",
"cancel": "realized",
"teardown": "realized",
"orphan_recovery": "realized"
}
}
}
}
],
"next_page": "<string>"
}{
"error": {
"type": "validation.malformed",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#validation-malformed"
}
}{
"error": {
"type": "auth.invalid_key",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#auth-invalid-key"
}
}{
"error": {
"type": "auth.disabled_tenancy",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#auth-disabled-tenancy"
}
}{
"error": {
"type": "validation.not_found",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#validation-not-found"
}
}{
"error": {
"type": "budget.exceeded",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#budget-exceeded"
}
}{
"error": {
"type": "runtime.internal",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#runtime-internal"
}
}List ConformanceReports for a HarnessProfile
Returns a cursor page of the ConformanceReports produced for this HarnessProfile. Each report is evidence for one exact credential-free tuple — HarnessProfileRevision, HarnessRelease digest, driver version, SandboxProfileRevision and materialization, ModelRoutingProfile revision, suite revision, and plane-policy hash — and records its checks, realized HarnessCapabilitySet, runner placement, evidence authority, and derived display tier. The read-only evidence_signature_status is recomputed against the server’s current key ring (verified, revoked, or not_applicable) without changing the signed report body. A custom OCI Run is inadmissible until its exact tuple has a passing, currently verified report; reports cannot be patched or self-completed.
Checkfu support posture: alpha; hosted. Required evidence journey: harness-registry. Deployment-specific readiness and the latest proven release are available from GET /v1/support/capabilities.
curl --request GET \
--url https://api.checkfu.com/v1/harness-profiles/{id}/verifications \
--header 'Authorization: Bearer <token>' \
--header 'checkfu-version: <checkfu-version>'import requests
url = "https://api.checkfu.com/v1/harness-profiles/{id}/verifications"
headers = {
"checkfu-version": "<checkfu-version>",
"Authorization": "Bearer <token>"
}
response = requests.get(url, headers=headers)
print(response.text)const options = {
method: 'GET',
headers: {'checkfu-version': '<checkfu-version>', Authorization: 'Bearer <token>'}
};
fetch('https://api.checkfu.com/v1/harness-profiles/{id}/verifications', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://api.checkfu.com/v1/harness-profiles/{id}/verifications",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>",
"checkfu-version: <checkfu-version>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://api.checkfu.com/v1/harness-profiles/{id}/verifications"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("checkfu-version", "<checkfu-version>")
req.Header.Add("Authorization", "Bearer <token>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.get("https://api.checkfu.com/v1/harness-profiles/{id}/verifications")
.header("checkfu-version", "<checkfu-version>")
.header("Authorization", "Bearer <token>")
.asString();require 'uri'
require 'net/http'
url = URI("https://api.checkfu.com/v1/harness-profiles/{id}/verifications")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["checkfu-version"] = '<checkfu-version>'
request["Authorization"] = 'Bearer <token>'
response = http.request(request)
puts response.read_body{
"data": [
{
"id": "<string>",
"workspace_id": "<string>",
"harness_profile_id": "<string>",
"harness_profile_revision_number": 1,
"release_digest": "<string>",
"driver_version": "<string>",
"sandbox_profile_id": "<string>",
"sandbox_profile_revision_number": 1,
"sandbox_image_digest": "<string>",
"model_routing_profile_id": "<string>",
"model_routing_profile_revision_number": 1,
"plane_policy_hash": "<string>",
"suite_revision": "<string>",
"run_spec": {
"run": "<string>",
"session": "<string>",
"context": {
"event_cursor": 1,
"continuation": "rebuild_only",
"instructions": "<string>",
"tools": [
{
"kind": "catalog",
"name": "<string>",
"connection_id": "<string>"
}
],
"skills": [
"<string>"
],
"output_schema": "<unknown>",
"history": [
{
"role": "user",
"content": "<string>"
}
],
"attachment_refs": [
"<string>"
],
"compaction": {
"trigger_percent": 50,
"strategy_ladder": [
"native"
],
"preserve": [
"<string>"
],
"summarizer_model_routing_profile_key": "<string>"
},
"model_context_window_tokens": 1,
"model_context_window_source": "industry_floor_default",
"builtin_tools": [
"bash"
]
},
"input": {
"type": "user.message",
"content": "<string>",
"attachments": [
"<string>"
],
"continuation": {
"kind": "custom_tool",
"tool_use_id": "<string>",
"result": "<unknown>"
}
},
"execution_pins": {
"agent_id": "<string>",
"agent_release_number": 1,
"harness_profile_id": "<string>",
"harness_profile_revision_number": 1,
"harness_release_digest": "<string>",
"harness_driver_version": "<string>",
"sandbox_profile_id": "<string>",
"sandbox_profile_revision_number": 1,
"sandbox_image_digest": "<string>",
"model_routing_profile_id": "<string>",
"model_routing_profile_revision_number": 1,
"plane_policy_hash": "<string>",
"selected_skills": [
"<string>"
],
"selected_tools": [
"<string>"
],
"instructions_sha256": "<string>"
},
"harness": {
"kind": "trusted",
"protocol": "mock",
"configuration": {}
},
"sandbox": {
"release": {
"sandbox_profile_id": "<string>",
"key": "<string>",
"revision_number": 1,
"template": {
"tier": "container",
"base_image": {
"reference": "<string>",
"digest": "<string>"
},
"packages": [
{
"manager": "apt",
"name": "<string>",
"version": "<string>"
}
],
"network_policy": {
"mode": "none",
"allowed_hosts": [
"<string>"
],
"required_egress_certification": "advisory_filter",
"egress_presets": {
"version": 1,
"presets": [
"package_managers"
]
}
},
"resource_limits": {
"cpu_millis": 1,
"memory_mib": 1,
"disk_mib": 1,
"max_duration_seconds": 1
},
"retention_mode": "durable"
},
"derived_image_digest": "<string>"
},
"platform": {
"os": "linux",
"architecture": "amd64"
},
"root_image": "<string>"
},
"model": {
"model_routing_profile_id": "<string>",
"model_routing_profile_revision_number": 1,
"tier": "default",
"provider": "<string>",
"model": "<string>",
"reason": "cheapest_sufficient",
"access": "harness_owned",
"access_source": {
"kind": "workspace_credential",
"provider": "<string>",
"model_credential_id": "<string>",
"model_credential_generation_id": "<string>"
}
},
"session_thread_id": "<string>",
"requires_session_sandbox": true,
"capability_set": {
"event_fidelity": "native",
"continuation": "in_flight",
"checkpoint": "process_and_disk",
"approval_delivery": "park",
"interrupt": "cooperative",
"mid_run_input": "native",
"model_control": "platform_enforced",
"usage_authority": "platform_observed",
"multiagent_shared_environment": true,
"subagents": "observed"
},
"materialization_target": "sandbox_staging",
"runner_pool": "<string>",
"conformance_target": {
"provider_id": "<string>",
"provider_revision": "<string>",
"materialization_revision": "<string>",
"placement": "local",
"runtime_assurances": {
"compute_accounting": true,
"network_isolation": true,
"bounded_start": true,
"bounded_cancel": true,
"teardown": true
}
},
"runtime_qualification": {
"topology": "colocated",
"continuation": "rebuild",
"capabilities": {
"input": {
"text": "realized",
"structured": "realized",
"files": "realized",
"attachments": "realized"
},
"observation": {
"user_message": "realized",
"progress": "realized",
"tool_activity": "realized",
"subagents": "realized",
"diagnostics": "realized"
},
"control": {
"steer": "realized",
"interrupt": "realized",
"question_yield": "realized",
"action_approval_continuation": "realized",
"custom_tool_declaration": "realized",
"custom_tool_continuation": "realized",
"thread_spawn": "realized",
"thread_message": "realized"
},
"resources": {
"filesystem": "realized",
"project_memory_mounts": "realized",
"artifacts": "realized"
},
"gateways": {
"platform_model": "realized",
"platform_tools": "realized",
"credential_proxy": "realized"
},
"continuity": {
"checkpoint_export": "realized",
"checkpoint_import": "realized"
},
"accounting": {
"model_usage": "realized",
"tool_usage": "realized",
"compute_usage": "realized"
},
"isolation": {
"network": "realized",
"zdr": "realized"
},
"lifecycle": {
"bounded_start": "realized",
"cancel": "realized",
"teardown": "realized",
"orphan_recovery": "realized"
}
}
},
"lifecycle_hooks": [
{
"phase": "post_materialize",
"commands": [
{
"argv": [
"<string>"
],
"working_directory": "<string>",
"timeout_seconds": 900,
"on_failure": "abort",
"environment_slots": [
"<string>"
]
}
]
}
],
"platform_connections": [
{
"connection": "<string>",
"provider": "<string>"
}
]
},
"status": "pending",
"checks": [
{
"name": "<string>",
"status": "passed",
"detail": "<string>"
}
],
"tier": "certified",
"runner_placement": "local",
"evidence_authority": "platform_observed",
"evidence_manifest_revision": "<string>",
"evidence_manifest_hash": "<string>",
"execution_target": {
"provider_id": "<string>",
"provider_revision": "<string>",
"materialization_revision": "<string>",
"placement": "local",
"runner_pool": "<string>",
"runtime_assurances": {
"compute_accounting": true,
"network_isolation": true,
"bounded_start": true,
"bounded_cancel": true,
"teardown": true
}
},
"created_at": "<string>",
"completed_at": "<string>",
"expires_at": "<string>",
"evidence_signature_status": "not_applicable",
"capability_set": {
"event_fidelity": "native",
"continuation": "in_flight",
"checkpoint": "process_and_disk",
"approval_delivery": "park",
"interrupt": "cooperative",
"mid_run_input": "native",
"model_control": "platform_enforced",
"usage_authority": "platform_observed",
"multiagent_shared_environment": true,
"subagents": "observed"
},
"evidence_signature": {
"algorithm": "hmac-sha256",
"key_id": "<string>",
"digest": "<string>"
},
"conformance_identity": {
"request": {
"suite_revision": "<string>",
"case_set_revision": "checkfu:harness-conformance-case-set@1",
"case_ids": [
"ready_handshake"
],
"case_set_digest": "<string>",
"fingerprint": "<string>",
"case_contract_digest": "<string>"
},
"evidence": {
"revision": "checkfu:harness-conformance-evidence-identity@1",
"request_fingerprint": "<string>",
"target": {
"provider_id": "<string>",
"provider_revision": "<string>",
"materialization_revision": "<string>",
"placement": "local",
"runtime_assurances": {
"compute_accounting": true,
"network_isolation": true,
"bounded_start": true,
"bounded_cancel": true,
"teardown": true
}
},
"fingerprint": "<string>"
}
},
"qualification": {
"topology": "colocated",
"continuation": "rebuild",
"capabilities": {
"input": {
"text": "realized",
"structured": "realized",
"files": "realized",
"attachments": "realized"
},
"observation": {
"user_message": "realized",
"progress": "realized",
"tool_activity": "realized",
"subagents": "realized",
"diagnostics": "realized"
},
"control": {
"steer": "realized",
"interrupt": "realized",
"question_yield": "realized",
"action_approval_continuation": "realized",
"custom_tool_declaration": "realized",
"custom_tool_continuation": "realized",
"thread_spawn": "realized",
"thread_message": "realized"
},
"resources": {
"filesystem": "realized",
"project_memory_mounts": "realized",
"artifacts": "realized"
},
"gateways": {
"platform_model": "realized",
"platform_tools": "realized",
"credential_proxy": "realized"
},
"continuity": {
"checkpoint_export": "realized",
"checkpoint_import": "realized"
},
"accounting": {
"model_usage": "realized",
"tool_usage": "realized",
"compute_usage": "realized"
},
"isolation": {
"network": "realized",
"zdr": "realized"
},
"lifecycle": {
"bounded_start": "realized",
"cancel": "realized",
"teardown": "realized",
"orphan_recovery": "realized"
}
}
}
}
],
"next_page": "<string>"
}{
"error": {
"type": "validation.malformed",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#validation-malformed"
}
}{
"error": {
"type": "auth.invalid_key",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#auth-invalid-key"
}
}{
"error": {
"type": "auth.disabled_tenancy",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#auth-disabled-tenancy"
}
}{
"error": {
"type": "validation.not_found",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#validation-not-found"
}
}{
"error": {
"type": "budget.exceeded",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#budget-exceeded"
}
}{
"error": {
"type": "runtime.internal",
"message": "<string>",
"more": "https://docs.checkfu.com/reference/errors#runtime-internal"
}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
2026-08-24 Path Parameters
^hprof_[0-9a-f]{32}$