---
title: "Get all data-transfer jobs (import and export) created by the logged-in user.
Pass direction to filter to one direction; omit it to return both."
method: GET
path: "/v1/DataJobs"
tags: ["DataJobs"]
---

# Get all data-transfer jobs (import and export) created by the logged-in user.
Pass direction to filter to one direction; omit it to return both.

`GET /v1/DataJobs`

## Query parameters

- `Filter` string
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `direction` 0 | 1
- `Account` unknown

## Response `200`

Success

- BulkJobStatusResponsePagedResult
  - `pageSize` integer
  - `page` integer
  - `totalCount` integer
  - `filteredCount` integer
  - `data` BulkJobStatusResponse[], nullable
    - `jobId` string, uuid
    - `jobType` string, nullable
    - `status` string, nullable
    - `fileName` string, nullable
    - `totalItems` integer
    - `totalBatches` integer
    - `processedBatches` integer
    - `failedBatches` integer
    - `errors` string[], nullable
    - `createdAt` string, date-time
    - `completedAt` string, date-time, nullable
    - `resultAvailable` boolean
    - `resultFileName` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
