interface ListAiRequestLogsOptions {
    aiProviderId?: number;
    createdAfter?: string;
    createdBefore?: string;
    isAutoTriggered?: boolean;
    limit?: number;
    model?: string;
    oauthClientId?: string;
    offset?: number;
    projectId?: number;
    promptAction?: string;
    requestId?: string;
    sourceAction?: string;
    statuses?: string;
    systemCredentials?: boolean;
    tokenName?: string;
    userId?: number;
}

Hierarchy (view full)

Properties

aiProviderId?: number
createdAfter?: string
createdBefore?: string
isAutoTriggered?: boolean
limit?: number
model?: string
oauthClientId?: string
offset?: number
projectId?: number
promptAction?: string
requestId?: string
sourceAction?: string
statuses?: string
systemCredentials?: boolean
tokenName?: string
userId?: number