Get a person
Fetches one person's metadata by ID (name, asset count, thumbnail, etc.). Use this when you already have a person_id. The JSON response is metadata only; to get the photos that contain this person, use search_assets with person_ids or list_assets with person_ids.
Path parameters
Person ID (with person_ prefix) to fetch. Carried by the person_id field on a face and by the entries of an asset's people field (returned with include=people).
Person ID (with person_ prefix) to fetch. Carried by the person_id field on a face and by the entries of an asset's people field (returned with include=people).
Query parameters
Opt-in expansion fields. See list_people for supported values. Accepts multiple include= query params or a single comma-delimited value.
Opt-in expansion fields. See list_people for supported values. Accepts multiple include= query params or a single comma-delimited value.
Response
Successful Response