get__v2_stats_ai
Parameters
Name
In
Type
Required
Description
TypeScript Client Library
// Using the Flashgate TypeScript client
import { FlashgateClient } from '@flashgatetech/flashgateclient';
const client = new FlashgateClient({
accessToken: 'your-access-token'
});
try {
const result = await client.getAiGatewayStats({
scope: 'org',
id: 'org-id',
window: '24h'});
console.log('Get AI Gateway Stats:', result);
} catch (error) {
console.error('Failed to retrieve get ai gateway stats:', error);
}Code Samples
Responses
Status
Meaning
Description
Schema
Response Schema
Name
Type
Required
Restrictions
Description
Name
Type
Required
Restrictions
Description
Name
Type
Required
Restrictions
Description
Last updated
Was this helpful?