Skip to main content

ChainSuggestionListResponse

items object[]
  • Array [
  • providerCodestring
    chainCodestring
    sourcestring

    Possible values: [inference, cross_provider]

    candidateNamestring
    confidencenumber<double>

    Possible values: >= 0 and <= 1

    sampleSizeinteger

    Possible values: >= 0

    statusstring

    Possible values: [pending, auto_published, accepted, rejected, superseded]

    computedAtstring<date-time>
    reviewedAtstring<date-time>
    reviewedBystring
    notestring
    supportstring

    Raw JSON (as string) with the evidence used by the suggester. Opaque to the API.

  • ]
  • nextCursorstring

    Opaque base64url-encoded keyset cursor. Echo back verbatim in ?cursor= to fetch the next page. Absent when there are no more pages.

    ChainSuggestionListResponse
    {
    "items": [
    {
    "providerCode": "string",
    "chainCode": "string",
    "source": "inference",
    "candidateName": "string",
    "confidence": 0,
    "sampleSize": 0,
    "status": "pending",
    "computedAt": "2024-07-29T15:51:28.071Z",
    "reviewedAt": "2024-07-29T15:51:28.071Z",
    "reviewedBy": "string",
    "note": "string",
    "support": "string"
    }
    ],
    "nextCursor": "string"
    }