Skip to main content
GET
/
api
/
people
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "birth_date": "2023-12-25",
      "is_hidden": true,
      "is_favorite": true,
      "thumbnail_face_id": "<string>",
      "thumbnail_face_url": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "has_more": true
}

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 1000
starting_after_id
string | null

Person ID to start listing people after

asset_id
string | null

Include only people associated with this asset ID

album_id
string | null

Include only people associated with this album ID

library_id
string | null

Library ID (required if user has multiple libraries)

Response

Successful Response

data
PersonResponse · object[]
required
has_more
boolean
required
I