Substy Developers
Inbox and fans

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.

GET/v1/agencies/{agencyId}/creators/{creatorId}/fans/{fanId}/ai-logs

Read the AI activity logs available for one creator-fan conversation. Use these records to investigate AI behavior for that fan.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length
creatorId*string
fanId*string

Query Parameters

limit?integer
Range1 <= value <= 100
Default50

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/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"  }}