---
title: "List Batch Job Files With Basic Auth"
method: GET
path: "/v0/batch.list_files"
tags: ["batch", "log_post_param_vals"]
---

# List Batch Job Files With Basic Auth

`GET /v0/batch.list_files`

## Query parameters

- `job_id` string, required
- `retry` integer

## Response `200`

Successful Response

- BatchFileDetails[]
  - `filename` string, required
  - `size` integer, required
  - `hash` string, nullable
  - `urls` object, nullable

## Other responses

- `401` — If user authentication fails
- `404` — If job file not found
- `410` — If job files are no longer available
- `422` — Validation Error
- `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)
