Databento Log Post Param Vals API

The log_post_param_vals API from Databento — 70 operation(s) for log_post_param_vals.

Operations 76

POST /v0/batch/me Submit Batch Request With Token Auth #
GET /v0/batch/me List Batch Jobs With Auth Token #
POST /v0/batch.submit_job Submit Batch Request With Basic Auth #
GET /v0/batch.list_jobs List Batch Jobs #
GET /v0/batch/progress/{job_id} Get Job Progress By Id #
GET /v0/batch/files/{job_id} Get Batch Files For Job #
GET /v0/batch.list_files List Batch Job Files With Basic Auth #
GET /v0/batch/me/job_description/{job_id} Get Job Description By Id #
GET /v0/batch/me/download/{job_id}/{filename} Download Batch File With Token Auth #
GET /v0/batch.download Download Batch Zip #
GET /v0/batch/download/{user_id}/{job_id}/{filename} Download Batch File With Basic Auth #
GET /v0/batch/display Get Batch Job Display Mappings #
POST /v0/batch/quote_job Quote Batch Request #
POST /v0/batch/quote_user_job Quote User Batch Request #
GET /v0/dataset/sample/download/{dataset}/{schema} Get Dataset File Sample #
GET /v0/dataset/sample Get Dataset Sample #
GET /v0/dataset/dataset-profile/{dataset_id} Get Dataset Profile #
GET /v0/dataset/dataset-details/{dataset_id} Get Dataset Details #
GET /v0/dataset/schemas Get All Schemas #
GET /v0/dataset/schema/{dataset_id} Get Dataset Supported Schemas #
GET /v0/dataset/catalog Get Dataset Catalog #
GET /v0/dataset/service/catalog Get Service Offering Catalog #
GET /v0/dataset/backlog Get Dataset Backlog #
GET /v0/dataset/service/backlog Get Upcoming Services #
GET /v0/dataset/{dataset}/availability Dataset Availability Period #
GET /v0/dataset/instrument_profile/{dataset} Get Instrument List #
GET /v0/dataset/instrument_detail/{dataset} Get Instrument Detail #
GET /v0/dataset/quote Quote Data Request #
GET /v0/dataset/search Search Instrument #
POST /v0/dataset/maintenance Maintenance Event #
GET /v0/dataset/service_offerings/{service_group} Get Service Offerings #
GET /v0/display/configuration Get Search Bar Config #
POST /v0/docs/search Docs Search Combo #
POST /v0/docs/search_v3 Docs Search Combo V3 #
GET /v0/docs/download Docs Download #
GET /v0/instrument/instrument_list Get Instrument List #
GET /v0/instrument/validate/{dataset}/{asset_class}/{instrument} Validate Instrument #
GET /v0/latency/histogram/{datacenter} Get Latency Histogram #
GET /v0/latency/last.json Get Last Latency Json #
GET /v0/latency/last.txt Get Last Latency Text #
GET /v0/latency/chart Get Latency Chart #
GET /v0/latency/percentile_history Get Latency Percentile History #
GET /v0/latency/valid_arguments Get Valid Arguments #
GET /v0/metadata.list_publishers List Publishers #
GET /v0/metadata.list_datasets List Available Datasets #
GET /v0/metadata.list_schemas List Available Schemas #
GET /v0/metadata.list_fields List Available Fields #
GET /v0/metadata.list_unit_prices List Unit Prices #
GET /v0/metadata.get_dataset_range Get Dataset Range #
GET /v0/metadata.get_dataset_condition Get Dataset Condition #
POST /v0/metadata.get_record_count Post Get Record Count #
GET /v0/metadata.get_record_count Get Record Count #
POST /v0/metadata.get_billable_size Post Get Billable Size #
GET /v0/metadata.get_billable_size Get Billable Size #
POST /v0/metadata.get_cost Post Get Cost #
GET /v0/metadata.get_cost Get Cost #
POST /v0/symbology.resolve Post Resolve Symbology Mappings #
GET /v0/symbology.resolve Get Resolve Symbology Mappings #
POST /v0/timeseries.get_range Post Get Range #
GET /v0/timeseries.get_range Get Range #
GET /v0/usage/request_timestamps Get Request Time Creation #
GET /v0/usage/teams/request_timestamps Get Request Time Creation Team #
GET /v0/usage/recent Get Data Usage Recent #
GET /v0/usage/teams/recent Get Team Members Data Usage Recent #
GET /v0/usage/past_report Get Data Usage Past Report #
GET /v0/usage/teams/past_report Get Data Usage Team Past Report #
GET /v0/usage/report Get Data Usage Report #
GET /v0/usage/teams/report Get Team Members Data Usage Report #
GET /v0/usage/mtd_usage Get Mtd Usage #
GET /v0/usage/teams/mtd_usage Get Team Mtd Usage #
GET /v0/usage/active_connections Get Active Connections #
POST /v0/adjustment_factors.get_range Query Adjustment Factors Range #
POST /v0/corporate_actions.get_range Query Corporate Actions Range #
POST /v0/security_master.get_last Query Security Master Last #
POST /v0/security_master.get_range Query Security Master Pit Range #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/databento-log-post-param-vals-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

databento-log-post-param-vals-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Databento OpenAPI specification Log Post Param Vals API
  version: 0.167.1
tags:
- name: log_post_param_vals
paths:
  /v0/batch/me:
    post:
      tags:
      - log_post_param_vals
      summary: Submit Batch Request With Token Auth
      operationId: submit_batch_request_with_token_auth_v0_batch_me_post
      security:
      - OAuth2PasswordBearerWithCookie: []
      parameters:
      - name: dataset
        in: query
        required: true
        schema:
          type: string
          title: Dataset
      - name: symbols
        in: query
        required: true
        schema:
          type: string
          title: Symbols
      - name: schema
        in: query
        required: true
        schema:
          type: string
          title: Schema
      - name: encoding
        in: query
        required: true
        schema:
          type: string
          title: Encoding
      - name: start
        in: query
        required: true
        schema:
          type: string
          title: Start
      - name: end
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: End
      - name: stype_in
        in: query
        required: false
        schema:
          type: string
          default: raw_symbol
          title: Stype In
      - name: stype_out
        in: query
        required: false
        schema:
          type: string
          default: instrument_id
          title: Stype Out
      - name: compression
        in: query
        required: false
        schema:
          type: string
          default: none
          title: Compression
      - name: limit
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Limit
      - name: pretty_px
        in: query
        required: false
        schema:
          type: boolean
          default: false
          title: Pretty Px
      - name: pretty_ts
        in: query
        required: false
        schema:
          type: boolean
          default: false
          title: Pretty Ts
      - name: map_symbols
        in: query
        required: false
        schema:
          type: boolean
          default: false
          title: Map Symbols
      - name: split_symbols
        in: query
        required: false
        schema:
          type: boolean
          default: false
          title: Split Symbols
      - name: split_duration
        in: query
        required: false
        schema:
          type: string
          default: day
          title: Split Duration
      - name: split_size
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Split Size
      - name: packaging
        in: query
        required: false
        schema:
          type: string
          default: none
          title: Packaging
      - name: delivery
        in: query
        required: false
        schema:
          type: string
          default: download
          title: Delivery
      - name: symbol
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Symbol
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      - name: user-agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      responses:
        '200':
          description: Successful request (all symbols resolve)
          content:
            application/json:
              schema: {}
        '206':
          description: Successful request (with partial symbol resolution)
        '400':
          description: If bad or unacceptable query param
        '401':
          description: If user authentication fails
        '402':
          description: If insufficient funds
        '403':
          description: If user does not have sufficient permissions
        '404':
          description: If no data found for request
        '422':
          description: If unprocessable request
        '429':
          description: If request rate limit exceeded
    get:
      tags:
      - log_post_param_vals
      summary: List Batch Jobs With Auth Token
      operationId: list_batch_jobs_with_auth_token_v0_batch_me_get
      security:
      - OAuth2PasswordBearerWithCookie: []
      parameters:
      - name: query
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Query
      - name: limit
        in: query
        required: false
        schema:
          type: integer
          default: 500
          title: Limit
      - name: offset
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Offset
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '401':
          description: If user authentication fails
        '403':
          description: If user does not have sufficient permissions
        '429':
          description: If request rate limit exceeded
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch.submit_job:
    post:
      tags:
      - log_post_param_vals
      summary: Submit Batch Request With Basic Auth
      operationId: submit_batch_request_with_basic_auth_v0_batch_submit_job_post
      security:
      - HTTPBasic: []
      parameters:
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      - name: user-agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/Body_submit_batch_request_with_basic_auth_v0_batch_submit_job_post'
      responses:
        '200':
          description: Successful request (all symbols resolve)
          content:
            application/json:
              schema: {}
        '206':
          description: Successful request (with partial symbol resolution)
        '400':
          description: If bad or unacceptable query param
        '401':
          description: If user authentication fails
        '402':
          description: If insufficient funds
        '404':
          description: If no data found for request
        '422':
          description: If unprocessable request, or no data found for request
        '429':
          description: If request rate limit exceeded
  /v0/batch.list_jobs:
    get:
      tags:
      - log_post_param_vals
      summary: List Batch Jobs
      operationId: list_batch_jobs_v0_batch_list_jobs_get
      parameters:
      - name: states
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: States
      - name: since
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Since
      - name: short
        in: query
        required: false
        schema:
          type: boolean
          default: false
          title: Short
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '401':
          description: If user authentication fails
        '404':
          description: If no data found for request
        '429':
          description: If request rate limit exceeded
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch/progress/{job_id}:
    get:
      tags:
      - log_post_param_vals
      summary: Get Job Progress By Id
      operationId: get_job_progress_by_id_v0_batch_progress__job_id__get
      security:
      - OAuth2PasswordBearerWithCookie: []
      parameters:
      - name: job_id
        in: path
        required: true
        schema:
          type: string
          title: Job Id
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '401':
          description: If user authentication fails
        '403':
          description: If user does not have sufficient permissions
        '404':
          description: If job ID not found
        '429':
          description: If request rate limit exceeded
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch/files/{job_id}:
    get:
      tags:
      - log_post_param_vals
      summary: Get Batch Files For Job
      operationId: get_batch_files_for_job_v0_batch_files__job_id__get
      security:
      - OAuth2PasswordBearerWithCookie: []
      parameters:
      - name: job_id
        in: path
        required: true
        schema:
          type: string
          title: Job Id
      - name: offset
        in: query
        required: false
        schema:
          type: integer
          minimum: 0
          default: 0
          title: Offset
      - name: limit
        in: query
        required: false
        schema:
          type: integer
          minimum: 0
          default: 100
          title: Limit
      - name: protocol
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Protocol
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '401':
          description: If user authentication fails
        '403':
          description: If user does not have sufficient permissions
        '429':
          description: If request rate limit exceeded
        '501':
          description: Unsupported delivery method
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch.list_files:
    get:
      tags:
      - log_post_param_vals
      summary: List Batch Job Files With Basic Auth
      operationId: list_batch_job_files_with_basic_auth_v0_batch_list_files_get
      security:
      - HTTPBasic: []
      parameters:
      - name: job_id
        in: query
        required: true
        schema:
          type: string
          title: Job Id
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/BatchFileDetails'
                title: Response List Batch Job Files With Basic Auth V0 Batch List Files Get
        '401':
          description: If user authentication fails
        '404':
          description: If job file not found
        '410':
          description: If job files are no longer available
        '429':
          description: If request rate limit exceeded
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch/me/job_description/{job_id}:
    get:
      tags:
      - log_post_param_vals
      summary: Get Job Description By Id
      operationId: get_job_description_by_id_v0_batch_me_job_description__job_id__get
      security:
      - OAuth2PasswordBearerWithCookie: []
      parameters:
      - name: job_id
        in: path
        required: true
        schema:
          type: string
          title: Job Id
      - name: instrument_name
        in: query
        required: true
        schema:
          type: boolean
          title: Instrument Name
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BatchJobDescription'
        '401':
          description: If user authentication fails
        '403':
          description: If user does not have sufficient permissions
        '404':
          description: If job ID not found
        '429':
          description: If request rate limit exceeded
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch/me/download/{job_id}/{filename}:
    get:
      tags:
      - log_post_param_vals
      summary: Download Batch File With Token Auth
      operationId: download_batch_file_with_token_auth_v0_batch_me_download__job_id___filename__get
      security:
      - OAuth2PasswordBearerWithCookie: []
      parameters:
      - name: job_id
        in: path
        required: true
        schema:
          type: string
          title: Job Id
      - name: filename
        in: path
        required: true
        schema:
          type: string
          title: Filename
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '401':
          description: If user authentication fails
        '403':
          description: If user does not have sufficient permissions
        '404':
          description: If job file not found
        '410':
          description: If job files are no longer available
        '429':
          description: If request rate limit exceeded
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch.download:
    get:
      tags:
      - log_post_param_vals
      summary: Download Batch Zip
      operationId: download_batch_zip_v0_batch_download_get
      parameters:
      - name: job_id
        in: query
        required: true
        schema:
          type: string
          title: Job Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '401':
          description: If user authentication fails
        '404':
          description: If job file not found
        '410':
          description: If job files are no longer available
        '429':
          description: If request rate limit exceeded
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch/download/{user_id}/{job_id}/{filename}:
    get:
      tags:
      - log_post_param_vals
      summary: Download Batch File With Basic Auth
      operationId: download_batch_file_with_basic_auth_v0_batch_download__user_id___job_id___filename__get
      security:
      - HTTPBasic: []
      parameters:
      - name: user_id
        in: path
        required: true
        schema:
          type: string
          title: User Id
      - name: job_id
        in: path
        required: true
        schema:
          type: string
          title: Job Id
      - name: filename
        in: path
        required: true
        schema:
          type: string
          title: Filename
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '401':
          description: If user authentication fails
        '404':
          description: If job file not found
        '410':
          description: If job files are no longer available
        '429':
          description: If request rate limit exceeded
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch/display:
    get:
      tags:
      - log_post_param_vals
      summary: Get Batch Job Display Mappings
      operationId: get_batch_job_display_mappings_v0_batch_display_get
      parameters:
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '429':
          description: If request rate limit exceeded
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch/quote_job:
    post:
      tags:
      - log_post_param_vals
      summary: Quote Batch Request
      operationId: quote_batch_request_v0_batch_quote_job_post
      parameters:
      - name: dataset
        in: query
        required: true
        schema:
          type: string
          title: Dataset
      - name: symbols
        in: query
        required: true
        schema:
          type: string
          title: Symbols
      - name: schema
        in: query
        required: true
        schema:
          type: string
          title: Schema
      - name: encoding
        in: query
        required: true
        schema:
          type: string
          title: Encoding
      - name: start
        in: query
        required: true
        schema:
          type: string
          title: Start
      - name: end
        in: query
        required: true
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: End
      - name: stype_in
        in: query
        required: false
        schema:
          type: string
          default: raw_symbol
          title: Stype In
      - name: stype_out
        in: query
        required: false
        schema:
          type: string
          default: instrument_id
          title: Stype Out
      - name: compression
        in: query
        required: false
        schema:
          type: string
          default: none
          title: Compression
      - name: limit
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Limit
      - name: split_symbols
        in: query
        required: false
        schema:
          type: boolean
          default: false
          title: Split Symbols
      - name: split_duration
        in: query
        required: false
        schema:
          type: string
          default: day
          title: Split Duration
      - name: split_size
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Split Size
      - name: packaging
        in: query
        required: false
        schema:
          type: string
          default: none
          title: Packaging
      - name: map_symbols
        in: query
        required: false
        schema:
          type: boolean
          default: false
          title: Map Symbols
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BatchQuoteJobResponse'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/batch/quote_user_job:
    post:
      tags:
      - log_post_param_vals
      summary: Quote User Batch Request
      operationId: quote_user_batch_request_v0_batch_quote_user_job_post
      parameters:
      - name: dataset
        in: query
        required: true
        schema:
          type: string
          title: Dataset
      - name: symbols
        in: query
        required: true
        schema:
          type: string
          title: Symbols
      - name: schema
        in: query
        required: true
        schema:
          type: string
          title: Schema
      - name: encoding
        in: query
        required: true
        schema:
          type: string
          title: Encoding
      - name: start
        in: query
        required: true
        schema:
          type: string
          title: Start
      - name: end
        in: query
        required: true
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: End
      - name: stype_in
        in: query
        required: false
        schema:
          type: string
          default: raw_symbol
          title: Stype In
      - name: stype_out
        in: query
        required: false
        schema:
          type: string
          default: instrument_id
          title: Stype Out
      - name: compression
        in: query
        required: false
        schema:
          type: string
          default: none
          title: Compression
      - name: limit
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Limit
      - name: split_symbols
        in: query
        required: false
        schema:
          type: boolean
          default: false
          title: Split Symbols
      - name: split_duration
        in: query
        required: false
        schema:
          type: string
          default: day
          title: Split Duration
      - name: split_size
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Split Size
      - name: packaging
        in: query
        required: false
        schema:
          type: string
          default: none
          title: Packaging
      - name: map_symbols
        in: query
        required: false
        schema:
          type: boolean
          default: false
          title: Map Symbols
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BatchQuoteJobResponse'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/dataset/sample/download/{dataset}/{schema}:
    get:
      tags:
      - log_post_param_vals
      summary: Get Dataset File Sample
      operationId: get_dataset_file_sample_v0_dataset_sample_download__dataset___schema__get
      parameters:
      - name: dataset
        in: path
        required: true
        schema:
          type: string
          title: Dataset
      - name: schema
        in: path
        required: true
        schema:
          type: string
          title: Schema
      - name: sample_type
        in: query
        required: false
        schema:
          type: string
          default: ALL
          title: Sample Type
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/dataset/sample:
    get:
      tags:
      - log_post_param_vals
      summary: Get Dataset Sample
      operationId: get_dataset_sample_v0_dataset_sample_get
      parameters:
      - name: dataset
        in: query
        required: true
        schema:
          type: string
          title: Dataset
      - name: schema
        in: query
        required: true
        schema:
          type: string
          title: Schema
      - name: stype_in
        in: query
        required: true
        schema:
          type: string
          title: Stype In
      - name: symbol
        in: query
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: Symbol
      - name: encoding
        in: query
        required: false
        schema:
          type: string
          default: csv
          title: Encoding
      - name: pretty_px
        in: query
        required: false
        schema:
          type: boolean
          default: true
          title: Pretty Px
      - name: pretty_ts
        in: query
        required: false
        schema:
          type: boolean
          default: true
          title: Pretty Ts
      - name: map_symbols
        in: query
        required: false
        schema:
          type: boolean
          default: true
          title: Map Symbols
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/dataset/dataset-profile/{dataset_id}:
    get:
      tags:
      - log_post_param_vals
      summary: Get Dataset Profile
      operationId: get_dataset_profile_v0_dataset_dataset_profile__dataset_id__get
      parameters:
      - name: dataset_id
        in: path
        required: true
        schema:
          type: string
          title: Dataset Id
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DatasetProfileResponse'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/dataset/dataset-details/{dataset_id}:
    get:
      tags:
      - log_post_param_vals
      summary: Get Dataset Details
      operationId: get_dataset_details_v0_dataset_dataset_details__dataset_id__get
      parameters:
      - name: dataset_id
        in: path
        required: true
        schema:
          type: string
          title: Dataset Id
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DatasetDetailResponse'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/dataset/schemas:
    get:
      tags:
      - log_post_param_vals
      summary: Get All Schemas
      operationId: get_all_schemas_v0_dataset_schemas_get
      parameters:
      - name: slim
        in: query
        required: false
        schema:
          type: boolean
          default: true
          title: Slim
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/dataset/schema/{dataset_id}:
    get:
      tags:
      - log_post_param_vals
      summary: Get Dataset Supported Schemas
      operationId: get_dataset_supported_schemas_v0_dataset_schema__dataset_id__get
      parameters:
      - name: dataset_id
        in: path
        required: true
        schema:
          type: string
          title: Dataset Id
      - name: slim
        in: query
        required: false
        schema:
          type: boolean
          default: true
          title: Slim
      - name: unit_price
        in: query
        required: false
        schema:
          type: boolean
          default: true
          title: Unit Price
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/dataset/catalog:
    get:
      tags:
      - log_post_param_vals
      summary: Get Dataset Catalog
      operationId: get_dataset_catalog_v0_dataset_catalog_get
      parameters:
      - name: limit
        in: query
        required: false
        schema:
          type: integer
          default: 8
          title: Limit
      - name: offset
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Offset
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DatasetCatalogListView'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /v0/dataset/service/catalog:
    get:
      tags:
      - log_post_param_vals
      summary: Get Service Offering Catalog
      operationId: get_service_offering_catalog_v0_dataset_service_catalog_get
      parameters:
      - name: retry
        in: query
        required: false
        schema:
          type: integer
          default: 0
          title: Retry
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
  

# --- truncated at 32 KB (147 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/databento/refs/heads/main/openapi/databento-log-post-param-vals-api-openapi.yml