List creator conversations
List a creator's fan conversations, optionally filtering AI status, unread conversations, human handoffs or inbox. AI status defaults to all conversations. Continue with the returned opaque cursor when more results are available.
/v1/agencies/{agencyId}/creators/{creatorId}/conversationsList a creator's fan conversations, optionally filtering AI status, unread conversations, human handoffs or inbox. AI status defaults to all conversations. Continue with the returned opaque cursor when more results are available.
Authorization
bearerAuth In: header
Path Parameters
1 <= lengthCreator ID returned by list_accessible_creators.
1 <= lengthQuery Parameters
Search the creator inbox; omit to browse conversations.
length <= 300""1 <= value <= 10020Copy nextCursor from the previous page and keep the same filters and limit.
1 <= length <= 16384false"all"Value in
- "all"
- "enabled"
- "disabled"
falseProvider conversation order: recent first or oldest first.
"recent"Value in
- "recent"
- "old"
nullitems <= 100[]items <= 100[]items <= 100[]Optional provider-specific sort; omit for normal conversation order.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/creators/string/conversations" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "chats": [ { "id": "string", "user": { "displayName": null, "isCreator": true, "isBlocked": true, "isRestricted": true, "aiEnabled": true, "needsHandoff": null, "lists": [ { "id": "string", "name": "string", "type": "string", "usersCount": null, "users": null, "canPinToChat": null, "isPinnedToChat": null } ], "chatInboxId": null, "id": "string", "name": "string", "username": "string", "avatar": null }, "lastMessage": { "id": "string", "text": "string", "createdAt": "string", "isFromMe": null, "mediaCount": null, "mediaType": null, "giphyId": null }, "sidebar": null, "canSendMessage": true, "unreadCount": 0, "isMuted": true } ], "hasMore": null, "nextCursor": "string", "previousCursor": null }, "meta": { "requestId": "string" }}