Skip to main content

Log Analyst Request

POST 

/v1/project/analyst/log

Log Analyst Request

Request

Body

required

    id Id (string)required
    projection_id Projection Id (string)required

    billed_organization_id

    object

    anyOf

    string

    user_id

    object

    anyOf

    string

    type

    object

    anyOf

    string

    system_prompt System Prompt (string)required

    question

    object

    anyOf

    string

    is_custom_question

    object

    anyOf

    boolean

    provided_context

    object

    anyOf

    property name* any
    dynamic_prompt Dynamic Prompt (string)required

    response

    object

    anyOf

    string

    response_rating

    object

    anyOf

    integer

    response_flag

    object

    anyOf

    string

    response_metadata

    object

    anyOf

    property name* any
    model Model (string)required

    platform_request_id

    object

    anyOf

    string

    exec_ms

    object

    anyOf

    integer

    input_token_usage

    object

    anyOf

    integer

    output_token_usage

    object

    anyOf

    integer

    platform_metadata

    object

    anyOf

    property name* any

Responses

Successful Response

Schema

    any

Loading...