OpenRP Docs
Behavior EngineNodesStorage

Get Characters

Fetches a paginated list of characters in a world. Supports basic pagination, advanced field filtering, and vector similarity search.

Inputs

The inputs required to configure this node.

Prop

Type

Outputs

The payload this node emits after execution.

Prop

Type

Character

Prop

Type

CharacterVectorEmbedding

Details regarding the character's vector embeddings status.

Prop

Type

ExpandedList<CharacterBehavior>

The behaviors attached to this character, if requested via expand.

Prop

Type

CharacterBehavior

Prop

Type

RegistryTag

The behavior registry tag from the registry, if requested.

Prop

Type

RegistryVersion

The version this tag applies to, if requested via expand.

Prop

Type

Graph

Prop

Type

Node

Prop

Type

NodePosition

Prop

Type

Edge

Prop

Type

RegistryEntry

The base registry entry, if requested via expand.

Prop

Type

ExpandedList<RegistryVersion>

The versions of this behavior, if requested via expand.

Prop

Type

ExpandedList<RegistryTag>

The tags for this behavior, if requested via expand.

Prop

Type

Behavior

The behavior linked from the same world, if requested.

Prop

Type

CharacterGroup

The character group this is attached to, if requested.

Prop

Type

ExpandedList<CharacterGroup>

The nested child groups, if requested via expand.

Prop

Type

ExpandedList<CharacterGroupMembership>

The character memberships in this group, if requested via expand.

Prop

Type

CharacterGroupMembership

Prop

Type

On this page