@squidcloud/client
    Preparing search index...

    Interface AiApiResult

    The AI API call response

    interface AiApiResult {
        endpointId: string;
        requestBody: any;
        requestOptions: ApiOptions;
        responseBody: string;
        responseStatusCode: number;
    }
    Index

    Properties

    endpointId: string

    ID of the executed API endpoint.

    requestBody: any

    Request body of the executed API request.

    requestOptions: ApiOptions

    Request options of the executed API request.

    responseBody: string

    Name of the executed API endpoint.

    responseStatusCode: number

    Status code of the executed API request.