get_project_samples
Retrieve paginated samples for a project, with sorting and optional inclusion of file data.
Instructions
Get samples for a project with pagination.
Args: project_id: The project identifier skip: Number of records to skip limit: Maximum number of records to return sort_by: Field to sort by sort_order: Sort order (asc or desc) include_files: Whether to include file data for each sample
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | ||
| limit | No | ||
| sort_by | No | sample_id | |
| project_id | Yes | ||
| sort_order | No | asc | |
| include_files | No |