Retrieves all predictions and for each prediction, indicates if the authenticated user is a participant. Supports optional filtering, sorting, and pagination.Documentation Index
Fetch the complete documentation index at: https://docs.duelduck.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Name | Type | Header | Required | Description |
|---|---|---|---|---|
| Authorization | string | Authorization | yes | Authorization Bearer token |
opts.pagination.page_size , default value : 10opts.pagination.page_num , default value : 1opts.order.order_by , default value : created_atopts.order.order_type , available values : desc, asc ; default value : ""
| Name | Type | Query | Description |
|---|---|---|---|
| opts.pagination.page_size | integer($int64) | 10 | Number of items per page |
| opts.pagination.page_num | integer($int64) | 1 | Page number (starting from 1) |
| opts.order.order_by | string | created_at | Field to order by |
| opts.order.order_type | string | desc / asc | Order type |
| opts.filters[0].column | string | opts.filters[0].column | First filter column name |
| opts.filters[0].operator | string | opts.filters[0].operator | First filter operator |
| opts.filters[0].value | string | opts.filters[0].value | First filter value |
| opts.filters[0].where_or | boolean | — | First filter OR condition |