List fan ai logs
Read the AI activity logs available for one creator-fan conversation. Use these records to investigate AI behavior for that fan.
/v1/agencies/{agencyId}/creators/{creatorId}/fans/{fanId}/ai-logsRead the AI activity logs available for one creator-fan conversation. Use these records to investigate AI behavior for that fan.
Authorization
bearerAuth In: header
Path Parameters
1 <= lengthQuery Parameters
1 <= value <= 10050Response 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/fans/string/ai-logs" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "items": [ { "id": "string", "scope": "FAN", "creatorId": "string", "fanId": "string", "employeeId": null, "employee": null, "action": "DISABLED", "reason": null, "createdAt": "2019-08-24T14:15:22Z" } ], "nextCursor": null }, "meta": { "requestId": "string" }}Update fan profile PATCH
Update the supplied editable relationship fields for a fan and creator, such as notes or AI controls. Omitted fields retain their current values.
Get fan profiles GET
Look up fan profiles by IDs for one creator. Concise mode returns identity, subscription and spending details, notes, AI state and actual list memberships; full mode retains every sanitized platform field.