# Get line of raster

| **Description** | Request to obtain raster data on a line.             |
| --------------- | ---------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/raster/timestamp/{timestampId}/line` |
| **Method**      | GET                                                  |

### Access Level Rules

| **Access Level** | view |
| ---------------- | ---- |

### Processing Units

| **Processing units** | 2 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="397">Description</th><th>Required</th><th>Default</th><th data-hidden>Required</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the raster layer.</td><td>true</td><td></td><td>true</td></tr><tr><td><code>timestampId</code></td><td>The id of the timestamp you wish to get data for.</td><td>true</td><td></td><td>true</td></tr><tr><td><code>line</code></td><td>A GeoJSON LineString of the area of interest in WGS84.</td><td>true</td><td></td><td>true</td></tr></tbody></table>
