> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# getRecordsBySeriesRaw

<div className="kinetica-javadoc">
  <ul className="member-list">
    <li>
      <div className="section detail" id="getRecordsBySeriesRaw(com.gpudb.protocol.GetRecordsBySeriesRequest)">
        <h3>getRecordsBySeriesRaw</h3>
        <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/RawGetRecordsBySeriesResponse" title="class in com.gpudb.protocol">RawGetRecordsBySeriesResponse</a></span> <span className="element-name">getRecordsBySeriesRaw</span><wbr /><span className="parameters">(<a href="/content/api/java/com/gpudb/protocol/GetRecordsBySeriesRequest" title="class in com.gpudb.protocol">GetRecordsBySeriesRequest</a> request)</span> throws <span className="exceptions"><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></span></div>

        <div className="block">
          Retrieves the complete series/track records from the given <a href="/content/api/java/com/gpudb/protocol/GetRecordsBySeriesRequest#getWorldTableName()"><code>worldTableName</code></a> based on the partial track information contained in the <a href="/content/api/java/com/gpudb/protocol/GetRecordsBySeriesRequest#getTableName()"><code>tableName</code></a>.
          <p> This operation supports paging through the data via the <a href="/content/api/java/com/gpudb/protocol/GetRecordsBySeriesRequest#getOffset()"><code>offset</code></a> and <a href="/content/api/java/com/gpudb/protocol/GetRecordsBySeriesRequest#getLimit()"><code>limit</code></a> parameters. </p>
          <p> In contrast to <a href="#getRecordsRaw(com.gpudb.protocol.GetRecordsRequest)"><code>getRecordsRaw</code></a> this returns records grouped by series/track. So if <a href="/content/api/java/com/gpudb/protocol/GetRecordsBySeriesRequest#getOffset()"><code>offset</code></a> is 0 and <a href="/content/api/java/com/gpudb/protocol/GetRecordsBySeriesRequest#getLimit()"><code>limit</code></a> is 5 this operation would return the first 5 series/tracks in <a href="/content/api/java/com/gpudb/protocol/GetRecordsBySeriesRequest#getTableName()"><code>tableName</code></a>. Each series/track will be returned sorted by their TIMESTAMP column.</p>
        </div>

        <div className="dl notes">
          <div className="dt">Parameters:</div>
          <div className="dd"><code>request</code> - <a href="/content/api/java/com/gpudb/protocol/GetRecordsBySeriesRequest" title="class in com.gpudb.protocol"><code>Request</code></a> object containing the parameters for the operation.</div>
          <div className="dt">Returns:</div>
          <div className="dd"><a href="/content/api/java/com/gpudb/protocol/RawGetRecordsBySeriesResponse" title="class in com.gpudb.protocol"><code>Response</code></a> object containing the results of the operation.</div>
          <div className="dt">Throws:</div>
          <div className="dd"><code><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></code> - if an error occurs during the operation.</div>
        </div>
      </div>
    </li>
  </ul>
</div>
