list_characters
List the characters YOU created (create_character_from_description, or create_character_from_photo with name=...) and can now generate more images of via generate_with_face(character=, prompt=...). Read-only, no Flow calls, no credits spent.
Returns {"characters": [{"name", "source", "description", "portrait_media_id",
"entity_id", "project", "account", "created_at"}, ...]}, oldest first.
`source` is "description" (create_character_from_description) or "photo"
(create_character_from_photo). `portrait_media_id` is what generate_with_face
actually uses — a character with it set to null has no usable reference yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||