---
title: "Get Job Download"
method: GET
path: "/jobs/timeseries/{job-id}/{dateOrFactorId}/download"
tags: ["Jobs"]
---

# Get Job Download

`GET /jobs/timeseries/{job-id}/{dateOrFactorId}/download`

Download portfolio results for a specific day or factor ID from a timeseries job.

## Path parameters

- `job-id` string, required
- `dateOrFactorId` string, required

## Headers

- `Addepar-Firm` string, required

## Response `200`

Portfolio results for the specified day or factor

## Other responses

- `400` — Invalid format (not a date or factor ID), or date outside job range
- `401` — Unauthorized
- `404` — job with given ID does not exist, is not a timeseries job, or results for the specified date/factor ID are not available

---

[API](https://skmtc.net/addepar/apis/addepar-api.md) · [All operations](https://skmtc.net/addepar/apis/addepar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/addepar/addepar-api/revisions/dd9db5ba9c67/schema)
