List File Page Screenshots
GET/api/v1/files/:id/page_screenshots
List metadata for all screenshots of pages from a file.
Request
Path Parameters
id uuidrequired
Query Parameters
project_id any
organization_id any
Cookie Parameters
session any
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
page_index Page Index (integer)required
The index of the page for which the screenshot is taken (0-indexed)
file_id uuidrequired
The ID of the file that the page screenshot was taken from
image_size Image Size (integer)required
The size of the image in bytes
[
{
"page_index": 0,
"file_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"image_size": 0
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...