Databento Log Post Param Vals API
The log_post_param_vals API from Databento — 70 operation(s) for log_post_param_vals.
The log_post_param_vals API from Databento — 70 operation(s) for log_post_param_vals.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/databento-log-post-param-vals-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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: 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