Plane docs
ApiSchemas

SessionFilter

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

Used by sessions.list

JSON Schema

{
  "type": "object",
  "properties": {
    "agentId": {
      "$ref": "#/components/schemas/AgentId"
    },
    "status": {
      "$ref": "#/components/schemas/SessionStatus"
    },
    "metadata": {
      "$ref": "#/components/schemas/SessionMetadata"
    },
    "identity": {
      "type": "object",
      "properties": {
        "scope": {
          "$ref": "#/components/schemas/IdentityScope"
        },
        "id": {
          "$ref": "#/components/schemas/IdentityId"
        }
      },
      "required": [
        "scope",
        "id"
      ],
      "additionalProperties": false
    }
  },
  "additionalProperties": false
}

On this page