List characters
List the caller app’s characters (app-scoped). Use ?expand=profile for bios in the list.
Authentication
AuthorizationBearer
LoreOS API key, sent as Authorization: Bearer <key>.
Query parameters
expand
Set to ‘profile’ to include each character’s short visible_bio + visible_interests in the list (build a roster page without an N+1 GET per character). Omit for the lean summary.
status
Inventory lifecycle filter. active returns draft/published characters, archived returns reversible deactivated characters, all returns active+archived. Deleted characters stay hidden; use GET /v1/characters/{slug}/deletion for delete status.
Allowed values:
Response
Successful Response
Errors
422
Unprocessable Entity Error