dev.cocore.inference.status

cocore.dev

{
  "id": "dev.cocore.inference.status",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The caller is not authenticated."
        },
        {
          "name": "InvalidRequest",
          "description": "The `jobUri` parameter is missing."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "status"
          ],
          "properties": {
            "status": {
              "enum": [
                "pending",
                "received",
                "settled"
              ],
              "type": "string"
            },
            "receipt": {
              "ref": "dev.cocore.defs#indexedRecord",
              "type": "ref"
            },
            "settlement": {
              "ref": "dev.cocore.defs#indexedRecord",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "jobUri"
        ],
        "properties": {
          "jobUri": {
            "type": "string",
            "format": "at-uri",
            "description": "The job record URI returned by `dev.cocore.inference.submit`."
          }
        }
      },
      "description": "Poll for the outcome of a submitted job. Returns `pending` until a matching receipt is indexed, `received` once the receipt lands, and `settled` once a settlement also lands. Receipt and settlement are returned as indexed records when present."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.cocore.inference.status

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:5quuhkmwe2q4k3azfsgg7kdz
CID
bafyreifxitiudwubb273ct2dl6bigjn636jsmgv3kgcmwodusrwv5an5mi
Indexed At
2026-06-21 00:58 UTC
AT-URI
at://did:plc:5quuhkmwe2q4k3azfsgg7kdz/com.atproto.lexicon.schema/dev.cocore.inference.status

Referenced Schemas (1)

  • dev.cocore.defs#indexedRecord

Lexicon Garden

@