get_commitments
Retrieve the Compute Commitment Register — verified commitments of computing capacity by named actors to societal challenges, one record per instrument, quantities as published, never summed. Returns the challenge table (documents counted once per challenge touched; Committed and Allocated counts), the actor table, records with commitment, delivery and corroborating evidence, the Challenge List Reference, and definitions (each register term's defining sentence from the published working note, deep-linked). The register touches events only through Challenge Attributions — for an attributed event use get_event; for sovereign capability use query_scp; for coordination metrics use get_metrics. Pass view as table (default), actors, records or challenges; filter with challenge, actor_id, actor_type, band, status, ai_compute or standing; record_id returns one record in full, line items included; include_history returns the append-only observation series. Figures are dated observations within a Challenge List epoch — floors of located disclosure, never measures of activity; status stays pre_operational until the register's stated conditions are met. Served in full on both tiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| band | No | Filter by band: A grant or credit programme; B allocation on a named system; C sovereign or multilateral infrastructure; D commercial or philanthropic supply. | |
| view | No | `table` (default): the challenge table with the sub-threshold table, transparency line and concentration. `actors`: the actor table. `records`: every live record without line items. `challenges`: the Challenge List Reference. | |
| status | No | Filter by record status. | |
| actor_id | No | Filter to one actor of record by register actor id, e.g. "CCR-ACT-0001". | |
| standing | No | Filter to records with at least one line item of that standing. | |
| challenge | No | Filter to records with a line item under this challenge (case-insensitive substring; published or sub-threshold). | |
| record_id | No | Return one record in full, line items included, e.g. "CCR-0004". Overrides `view`. | |
| actor_type | No | Filter records by actor type (Register Standard vocabulary). | |
| ai_compute | No | Filter by whether the instrument states the capacity is for AI. | |
| include_history | No | Return every observation in each series instead of the latest only (default false). |