---
title: "Retrieve JIT Reports"
method: GET
path: "/v1/transfers/jit/reports"
tags: ["Funding"]
---

# Retrieve JIT Reports

`GET /v1/transfers/jit/reports`

Retrieves a JIT report for the requested report type and system date. By default, the report is returned inline. For large reports, use response_type=download_url to receive a temporary signed download URL.

## Query parameters

- `report_type` 'detail' | 'net_summary' | 'net_payment' | 'net_payment_final' | 'gross_summary' | 'gross_payment' | 'gross_payment_final', required
- `system_date` string, date, required
- `asset_class` 'us_equity' | 'crypto'
- `response_type` 'inline' | 'download_url'

## Response `200`

OK

- union
  - JITReport — JIT Securities reports are made available through the API and can be accessed within the hour after 11:30 PM EST on the trade date (T+0). The reports communicate transaction-level details as well as overall settlement amounts, transfer direction, and payment timing.
    - `detail` string — Contains all activities that impact cash throughout the trading session including executed trades, trading fees, and corporate actions that involve cash allocations. content-type = application/csv
    - `net_payment` string — Highlights the net amount due to Alpaca by settlement or to the partner on the date of settlement in a formalized invoice format. content-type = application/pdf
    - `net_payment_final` string — Includes additional information to account for T+0 and T+1 settling activity to clarify settlement journaling reconciliation. This report is generated after trading session close on T+1. content-type = application/pdf
    - `net_summary` string — Consists of three columns and a single row, which lists the net money movement to or from Alpaca for T0, T1, and T2. content-type = application/csv
    - `obligation` string — Lists of all open obligations towards the partner that are to be settled. content-type = application/csv
  - JITReportDownloadURL
    - `expires_at` string, date-time, required — Timestamp when the signed URL expires.
    - `filename` string, required — Name of the generated report file.
    - `url` string, uri, required — Temporary signed URL used to download the report.

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/versions/62e3378bb273/schema)
