Files
log10py/docs/models/operations/listrequestbody.md
Niklas Nielsen ebd24efca7 Initial commit
2024-05-24 19:20:08 -07:00

11 lines
1.1 KiB
Markdown

# ListRequestBody
## Fields
| Field | Type | Required | Description |
| ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- |
| `offset` | *Optional[int]* | :heavy_minus_sign: | The offset to start fetching feedback from. |
| `limit` | *Optional[int]* | :heavy_minus_sign: | The number of feedback to fetch. |
| `completion_id` | *Optional[str]* | :heavy_minus_sign: | The completion id to fetch feedback for. |
| `task_id` | *Optional[str]* | :heavy_minus_sign: | The task id to fetch feedback for. |