---
title: "List all upload logs jobs"
method: GET
path: "/fileserver/v1/orgs/{OrgID}/reports/jobs/uploadlogs"
tags: ["File Server"]
---

# List all upload logs jobs

`GET /fileserver/v1/orgs/{OrgID}/reports/jobs/uploadlogs`

Returns all upload logs jobs for Windows/Linux servers

## Path parameters

- `OrgID` integer, required

## Query parameters

- `serverName` string
- `status` string
- `fromTime` string, date-time
- `toTime` string, date-time
- `sortOrder` string
- `pageToken` string

## Response `200`

Success

- FSGetUploadLogJobReportResponse — GetUploadLogJobReportResponse is the response schema for GetUploadLogJobReport
  - `jobs` FSGetUploadLogJobsReport[]
    - `jobID` integer — A unique identification number associated with the job.
    - `executionDetails` FSUploadLogExecDetailsStruct
      - `endTime` string — The time when the job completes. The time is specified in the UTC timezone. The format is YYYY-MM-DDTHH:MM:SSZ.
      - `errorCode` string — Specifies the error code for the failed jobs. The possible values are: \"0\": If the job is successful <error_number>: If the job has failed
      - `errorMessage` string — Specifies the error message for the failed jobs. This field is empty if the job is successful.
      - `logsExpiryTime` string — Expiry time of the uploaded logs. The time is specified in the UTC timezone. The format is YYYY-MM-DDTHH:MM:SSZ.
      - `logsSize` string — Specifies the size of the extracted log files.
      - `logsSizeInBytes` integer — Specifies the size of the extracted log files in bytes.
      - `scheduleTime` string — The date and time when the job starts or is scheduled to start. The time is specified in UTC in the format YYYY-MM-DDTHH:MM:SSZ.
      - `sourceJobID` integer — The ID of the job for which logs are being requested.
      - `sourceJobType` string — The job type for which logs are being requested.
      - `startTime` string — The time when the job starts. The time is specified in the UTC timezone. The format is YYYY-MM-DDTHH:MM:SSZ.
      - `status` 'Queued' | 'Running' | 'Successful' | 'Successful with errors' | 'Failed' — Status of the job.
    - `jobType` 'Backup' | 'Restore' | 'Log Request' — Type of the job.
    - `organizationName` string — The name of the organization.
    - `serverName` string — Name of the Windows/Linux server on which the backup was initiated.
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of results.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or the authentication token was expired.
- `403` — Forbidden
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in Cloud.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
