Avatars
List conversations
List realtime avatar conversations for the authenticated user with cursor-based pagination. Each conversation corresponds to a realtime session, and the conversation ID matches the realtime session ID. Pass avatar to restrict results to a single avatar.
get/v1/avatar_conversations
Query parameters
cursorstring
Cursor from a previous response for fetching the next page of results.
limitinteger required
The maximum number of items to return per page.
avatarstring uuid
Filter to conversations that used the given custom avatar.
startDatestring date-time
Filter conversations created on or after this timestamp (inclusive).
endDatestring date-time
Filter conversations created before this timestamp (exclusive).
Headers
X-Runway-Version'2024-11-06' required
The version of the RunwayML API being used. You can read more about versioning here.
Response
Success