Check a spatial-beta application's status (public)
ic_spatial_beta_statusWhere one application stands. Needs BOTH the application_id and the claim_token returned at submission: an id alone returns only public slot counts and never anyone's record, because ids travel through URLs and chat logs and must not work as credentials. A wrong or missing token is answered exactly like an unknown id, so this cannot be used to test whether an id exists. Args: { application_id, claim_token }. Returns: { ok, found, application?, cohort }. No auth required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim_token | Yes | The sbc_ token returned once at submission. | |
| application_id | Yes | The sb_ id returned at submission. |