Query registration status
query_registrationQuery a signed statement's registration status by content hash: returns pending with retry timing, or the receipt URL and entry id once registered.
Instructions
One GET of {baseUrl}/logs/{bootstrapLogId}/{logId}/entries/{contentHash}, where contentHash is the hex sha256 of the signed statement bytes. Returns pending (with retryAfterMs when the server said so) or the receipt's URL and entry id. Never polls: call again yourself if you want to. Provenance: fetched. Supports: none of the four questions; this is registration status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logId | Yes | UUID (with dashes), or a 16/32-byte hex log id | |
| baseUrl | No | any SCRAPI base URL; falls back to FORESTRIE_BASE_URL when omitted — never defaulted by the package itself | |
| contentHash | Yes | hex sha256 of the signed statement bytes | |
| bootstrapLogId | Yes | UUID (with dashes), or a 16/32-byte hex log id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| entryId | No | ||
| problem | No | ||
| location | No | ||
| supports | Yes | ||
| provenance | No | ||
| receiptUrl | No | ||
| retryAfterMs | No |