---
title: "Submit Batch Request With Token Auth"
method: POST
path: "/v0/batch/me"
tags: ["batch", "log_post_param_vals"]
---

# Submit Batch Request With Token Auth

`POST /v0/batch/me`

## Query parameters

- `dataset` string, required
- `symbols` string, required
- `schema` string, required
- `encoding` string, required
- `start` string, required
- `end` string, nullable
- `stype_in` string
- `stype_out` string
- `compression` string
- `limit` string, nullable
- `pretty_px` boolean
- `pretty_ts` boolean
- `map_symbols` boolean
- `split_symbols` boolean
- `split_duration` string
- `split_size` string, nullable
- `packaging` string
- `delivery` string
- `symbol` string, nullable
- `retry` integer

## Headers

- `user-agent` string, nullable

## Response `200`

Successful request (all symbols resolve)

- unknown

## Other responses

- `206` — Successful request (with partial symbol resolution)
- `400` — If bad or unacceptable query param
- `401` — If user authentication fails
- `402` — If insufficient funds
- `403` — If user does not have sufficient permissions
- `404` — If no data found for request
- `422` — If unprocessable request
- `429` — If request rate limit exceeded

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
