Plane docs
ApiSchemas

SessionNotFoundEncoded

One shape from the contract, as it appears on the wire.

Used by blobs.upload, previews.mint, sessions.annotate, sessions.authorizations, sessions.children, sessions.decide, sessions.events, sessions.get, sessions.interrupt, sessions.pending, sessions.send, sessions.streamToken, sessions.updateMetadata, traces.forSession, usage.session

JSON Schema

{
  "type": "object",
  "properties": {
    "_tag": {
      "type": "string",
      "enum": [
        "SessionNotFound"
      ]
    },
    "sessionId": {
      "$ref": "#/components/schemas/SessionId"
    }
  },
  "required": [
    "_tag",
    "sessionId"
  ],
  "additionalProperties": false
}

On this page