# Pagination
Responses may be paginated.
Use the following parameters to query the data. A full list of parameters can be found on the endpoint’s documentation page.
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Data Type</th>
<th>Explanation</th>
</tr>
</thead>
<tbody>
<tr>
<td>limit</td>
<td>integer</td>
<td>Limit the data returned. Default = 20.</td>
</tr>
<tr>
<td>offset</td>
<td>integer</td>
<td>Offset to the first item returned. Default = 0.</td>
</tr>
<tr>
<td>ordering</td>
<td>string</td>
<td>Order the results set by the field name. Varies by endpoint.</td>
</tr>
<tr>
<td>next</td>
<td>string</td>
<td>Paginate to the next response set.</td>
</tr>
<tr>
<td>previous</td>
<td>string</td>
<td>Paginate to the last set response.</td>
</tr>
</table>
