List Gestoria Messages
gestoria_messages_listRetrieve messages from a gestor/cliente thread, newest first. Paginate backwards with 'before' cursor and use 'hasMore' flag to know when to stop.
Instructions
List messages in a contextual gestor/cliente thread, newest first. Use before (message ID or ISO timestamp) to paginate backwards through history. Returns up to limit messages plus a hasMore flag so the agent knows when to stop. / Lista los mensajes de un hilo gestor/cliente, mas recientes primero. Usa before (ID o fecha) para paginar hacia atras. Devuelve hasta limit mensajes con flag hasMore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Client workspace ID / ID del espacio de trabajo | |
| parentType | Yes | Thread parent kind / Tipo de hilo: documentRequest (solicitud de documento), filingItem (presentacion fiscal), obligation (obligacion fiscal) | |
| parentId | Yes | ID of the parent entity / ID de la entidad padre | |
| limit | No | Max messages to return (1-100, default 50) / Mensajes maximos | |
| before | No | Cursor: messages older than this (message ID or ISO date) / Cursor: mensajes anteriores a este |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes | ||
| hasMore | Yes |