v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBScreenshots
List screenshots
List all screenshots for the given project.
get/projects/{project_id}/screenshots
Path parameters
project_idstring required
Project ID
Query parameters
pageinteger
Page number
per_pageinteger
Limit on the number of objects to be returned, between 1 and 100. 25 by default
branchstring
specify the branch to use
key_idstring
filter by key
Headers
X-PhraseApp-OTPstring
Two-Factor-Authentication token (optional)
Response
OK
Example response
[
{
"id": "d2e056aa9e70b01121f41693e344f5ee",
"name": "A screenshot name",
"description": "A screenshot description",
"screenshot_url": "http://assets.example.com/screenshot.png",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z",
"markers_count": 0
}
]