List person appearances
Appearances (the person was actually present in the media) for one person, newest first. Person-only: the equivalent route for any other entity type returns a 400 (appearances_person_only). DOCUMENTED EXCEPTION to the standard list contract: the response is with display-oriented rows, and no next_cursor is returned, so pages past the first are not reachable through this route today. For programmatic pagination, date filtering, and the standard mention-row shape, use GET /v1/mentions?entity_id=…&is_appearance=true instead.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
1 <= x <= 100Substring filter over the row's text columns (e.g. video title, channel name, description).
Restrict the q filter to one column. Default "any" (all searchable columns).
Sort key. Rows default to newest first; supported values vary by list (e.g. "date", "channel").
Sort direction. Default desc.
asc, desc Response
Success