Skip to main content

Calls Query Stream

POST 

/calls/stream_query

Calls Query Stream

Request

Header Parameters

    accept Accept

    Default value: application/jsonl

Body

required

    project_id Project Id (string)required

    filter

    object

    anyOf

    op_names

    object

    anyOf

  • Array [

  • string

  • ]

  • input_refs

    object

    anyOf

  • Array [

  • string

  • ]

  • output_refs

    object

    anyOf

  • Array [

  • string

  • ]

  • parent_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • trace_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • call_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • trace_roots_only

    object

    anyOf

    boolean

    wb_user_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • wb_run_ids

    object

    anyOf

  • Array [

  • string

  • ]

  • limit

    object

    anyOf

    integer

    offset

    object

    anyOf

    integer

    sort_by

    object

    anyOf

  • Array [

  • field Field (string)required
    direction Direction (string)required

    Possible values: [asc, desc]

  • ]

  • query

    object

    anyOf

    $expr objectrequired

    include_costs

    object

    Beta, subject to change. If true, the response will include any model costs for each call.

    anyOf

    boolean

    include_feedback

    object

    Beta, subject to change. If true, the response will include feedback for each call.

    anyOf

    boolean

    columns

    object

    anyOf

  • Array [

  • string

  • ]

  • expand_columns

    object

    Columns to expand, i.e. refs to other objects

    anyOf

  • Array [

  • string

  • ]

Responses

Successful Response

Schema

    any

Loading...