List Artifacts by User Session
lyzr_list_artifacts_by_sessionRetrieve a paginated list of artifacts tied to a user's session. Specify user_id and session_id to access the artifacts, with optional page and limit controls.
Instructions
List paginated artifacts belonging to a specific user's session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Items per page (default 10, max 100) | |
| user_id | Yes | User id | |
| session_id | Yes | Session id |