---
title: "GET /api/v1/queue/details"
method: GET
path: "/api/v1/queue/details"
tags: ["QueueDetails"]
---

# GET /api/v1/queue/details

`GET /api/v1/queue/details`

## Query parameters

- `artistId` integer
- `albumIds` integer[]
- `includeArtist` boolean
- `includeAlbum` boolean

## Response `200`

Success

- QueueResource[]
  - `id` integer
  - `artistId` integer, nullable
  - `albumId` integer, nullable
  - `artist` ArtistResource
    - `id` integer
    - `artistMetadataId` integer
    - `status` 'continuing' | 'ended'
    - `ended` boolean
    - `artistName` string, nullable
    - `foreignArtistId` string, nullable
    - `mbId` string, nullable
    - `tadbId` integer
    - `discogsId` integer
    - `allMusicId` string, nullable
    - `overview` string, nullable
    - `artistType` string, nullable
    - `disambiguation` string, nullable
    - `links` Links[], nullable
      - `url` string, nullable
      - `name` string, nullable
    - `nextAlbum` Album
      - `id` integer
      - `artistMetadataId` integer
      - `foreignAlbumId` string, nullable
      - `oldForeignAlbumIds` string[], nullable
      - `title` string, nullable
      - `overview` string, nullable
      - `disambiguation` string, nullable
      - `releaseDate` string, date-time, nullable
      - `images` MediaCover[], nullable
        - `url` string, nullable
        - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
        - `extension` string, nullable
        - `remoteUrl` string, nullable
      - `links` Links[], nullable
        - `url` string, nullable
        - `name` string, nullable
      - `genres` string[], nullable
      - `albumType` string, nullable
      - `secondaryTypes` SecondaryAlbumType[], nullable
        - `id` integer
        - `name` string, nullable
      - `ratings` Ratings
        - `votes` integer
        - `value` number, double
      - `cleanTitle` string, nullable
      - `profileId` integer
      - `monitored` boolean
      - `anyReleaseOk` boolean
      - `lastInfoSync` string, date-time, nullable
      - `added` string, date-time
      - `addOptions` AddAlbumOptions
        - `addType` 'automatic' | 'manual'
        - `searchForNewAlbum` boolean
      - `artistMetadata` ArtistMetadataLazyLoaded
        - `value` ArtistMetadata
          - `id` integer
          - `foreignArtistId` string, nullable
          - `oldForeignArtistIds` string[], nullable
          - `name` string, nullable
          - `aliases` string[], nullable
          - `overview` string, nullable
          - `disambiguation` string, nullable
          - `type` string, nullable
          - `status` 'continuing' | 'ended'
          - `images` MediaCover[], nullable
            - `url` string, nullable
            - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
            - `extension` string, nullable
            - `remoteUrl` string, nullable
          - `links` Links[], nullable
            - `url` string, nullable
            - `name` string, nullable
          - `genres` string[], nullable
          - `ratings` Ratings
            - `votes` integer
            - `value` number, double
          - `members` Member[], nullable
            - `name` string, nullable
            - `instrument` string, nullable
            - `images` MediaCover[], nullable
              - …
        - `isLoaded` boolean
      - `albumReleases` AlbumReleaseListLazyLoaded
        - `value` AlbumRelease[], nullable
          - `id` integer
          - `albumId` integer
          - `foreignReleaseId` string, nullable
          - `oldForeignReleaseIds` string[], nullable
          - `title` string, nullable
          - `status` string, nullable
          - `duration` integer
          - `label` string[], nullable
          - `disambiguation` string, nullable
          - `country` string[], nullable
          - `releaseDate` string, date-time, nullable
          - `media` Medium[], nullable
            - `number` integer
            - `name` string, nullable
            - `format` string, nullable
          - `trackCount` integer
          - `monitored` boolean
          - `album` AlbumLazyLoaded
            - `value` Album — recursive
            - `isLoaded` boolean
          - `tracks` TrackListLazyLoaded
            - `value` Track[], nullable
              - …
            - `isLoaded` boolean
        - `isLoaded` boolean
      - `artist` ArtistLazyLoaded
        - `value` Artist
          - `id` integer
          - `artistMetadataId` integer
          - `cleanName` string, nullable
          - `sortName` string, nullable
          - `monitored` boolean
          - `monitorNewItems` 'all' | 'none' | 'new'
          - `lastInfoSync` string, date-time, nullable
          - `path` string, nullable
          - `rootFolderPath` string, nullable
          - `added` string, date-time
          - `qualityProfileId` integer
          - `metadataProfileId` integer
          - `tags` integer[], nullable
          - `addOptions` AddArtistOptions
            - `monitor` 'all' | 'future' | 'missing' | 'existing' | 'latest' | 'first' | 'none' | 'unknown'
            - `albumsToMonitor` string[], nullable
            - `monitored` boolean
            - `searchForMissingAlbums` boolean
          - `metadata` ArtistMetadataLazyLoaded
            - `value` ArtistMetadata
              - …
            - `isLoaded` boolean
          - `qualityProfile` QualityProfileLazyLoaded
            - `value` QualityProfile
              - …
            - `isLoaded` boolean
          - `metadataProfile` MetadataProfileLazyLoaded
            - `value` MetadataProfile
              - …
            - `isLoaded` boolean
          - `albums` AlbumListLazyLoaded
            - `value` Album[], nullable
            - `isLoaded` boolean
          - `name` string, nullable
          - `foreignArtistId` string, nullable
        - `isLoaded` boolean
    - `lastAlbum` Album
      - `id` integer
      - `artistMetadataId` integer
      - `foreignAlbumId` string, nullable
      - `oldForeignAlbumIds` string[], nullable
      - `title` string, nullable
      - `overview` string, nullable
      - `disambiguation` string, nullable
      - `releaseDate` string, date-time, nullable
      - `images` MediaCover[], nullable
        - `url` string, nullable
        - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
        - `extension` string, nullable
        - `remoteUrl` string, nullable
      - `links` Links[], nullable
        - `url` string, nullable
        - `name` string, nullable
      - `genres` string[], nullable
      - `albumType` string, nullable
      - `secondaryTypes` SecondaryAlbumType[], nullable
        - `id` integer
        - `name` string, nullable
      - `ratings` Ratings
        - `votes` integer
        - `value` number, double
      - `cleanTitle` string, nullable
      - `profileId` integer
      - `monitored` boolean
      - `anyReleaseOk` boolean
      - `lastInfoSync` string, date-time, nullable
      - `added` string, date-time
      - `addOptions` AddAlbumOptions
        - `addType` 'automatic' | 'manual'
        - `searchForNewAlbum` boolean
      - `artistMetadata` ArtistMetadataLazyLoaded
        - `value` ArtistMetadata
          - `id` integer
          - `foreignArtistId` string, nullable
          - `oldForeignArtistIds` string[], nullable
          - `name` string, nullable
          - `aliases` string[], nullable
          - `overview` string, nullable
          - `disambiguation` string, nullable
          - `type` string, nullable
          - `status` 'continuing' | 'ended'
          - `images` MediaCover[], nullable
            - `url` string, nullable
            - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
            - `extension` string, nullable
            - `remoteUrl` string, nullable
          - `links` Links[], nullable
            - `url` string, nullable
            - `name` string, nullable
          - `genres` string[], nullable
          - `ratings` Ratings
            - `votes` integer
            - `value` number, double
          - `members` Member[], nullable
            - `name` string, nullable
            - `instrument` string, nullable
            - `images` MediaCover[], nullable
              - …
        - `isLoaded` boolean
      - `albumReleases` AlbumReleaseListLazyLoaded
        - `value` AlbumRelease[], nullable
          - `id` integer
          - `albumId` integer
          - `foreignReleaseId` string, nullable
          - `oldForeignReleaseIds` string[], nullable
          - `title` string, nullable
          - `status` string, nullable
          - `duration` integer
          - `label` string[], nullable
          - `disambiguation` string, nullable
          - `country` string[], nullable
          - `releaseDate` string, date-time, nullable
          - `media` Medium[], nullable
            - `number` integer
            - `name` string, nullable
            - `format` string, nullable
          - `trackCount` integer
          - `monitored` boolean
          - `album` AlbumLazyLoaded
            - `value` Album — recursive
            - `isLoaded` boolean
          - `tracks` TrackListLazyLoaded
            - `value` Track[], nullable
              - …
            - `isLoaded` boolean
        - `isLoaded` boolean
      - `artist` ArtistLazyLoaded
        - `value` Artist
          - `id` integer
          - `artistMetadataId` integer
          - `cleanName` string, nullable
          - `sortName` string, nullable
          - `monitored` boolean
          - `monitorNewItems` 'all' | 'none' | 'new'
          - `lastInfoSync` string, date-time, nullable
          - `path` string, nullable
          - `rootFolderPath` string, nullable
          - `added` string, date-time
          - `qualityProfileId` integer
          - `metadataProfileId` integer
          - `tags` integer[], nullable
          - `addOptions` AddArtistOptions
            - `monitor` 'all' | 'future' | 'missing' | 'existing' | 'latest' | 'first' | 'none' | 'unknown'
            - `albumsToMonitor` string[], nullable
            - `monitored` boolean
            - `searchForMissingAlbums` boolean
          - `metadata` ArtistMetadataLazyLoaded
            - `value` ArtistMetadata
              - …
            - `isLoaded` boolean
          - `qualityProfile` QualityProfileLazyLoaded
            - `value` QualityProfile
              - …
            - `isLoaded` boolean
          - `metadataProfile` MetadataProfileLazyLoaded
            - `value` MetadataProfile
              - …
            - `isLoaded` boolean
          - `albums` AlbumListLazyLoaded
            - `value` Album[], nullable
            - `isLoaded` boolean
          - `name` string, nullable
          - `foreignArtistId` string, nullable
        - `isLoaded` boolean
    - `images` MediaCover[], nullable
      - `url` string, nullable
      - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
      - `extension` string, nullable
      - `remoteUrl` string, nullable
    - `members` Member[], nullable
      - `name` string, nullable
      - `instrument` string, nullable
      - `images` MediaCover[], nullable
        - `url` string, nullable
        - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
        - `extension` string, nullable
        - `remoteUrl` string, nullable
    - `remotePoster` string, nullable
    - `path` string, nullable
    - `qualityProfileId` integer
    - `metadataProfileId` integer
    - `monitored` boolean
    - `monitorNewItems` 'all' | 'none' | 'new'
    - `rootFolderPath` string, nullable
    - `genres` string[], nullable
    - `cleanName` string, nullable
    - `sortName` string, nullable
    - `tags` integer[], nullable
    - `added` string, date-time
    - `addOptions` AddArtistOptions
      - `monitor` 'all' | 'future' | 'missing' | 'existing' | 'latest' | 'first' | 'none' | 'unknown'
      - `albumsToMonitor` string[], nullable
      - `monitored` boolean
      - `searchForMissingAlbums` boolean
    - `ratings` Ratings
      - `votes` integer
      - `value` number, double
    - `statistics` ArtistStatisticsResource
      - `albumCount` integer
      - `trackFileCount` integer
      - `trackCount` integer
      - `totalTrackCount` integer
      - `sizeOnDisk` integer
      - `percentOfTracks` number, double
  - `album` AlbumResource
    - `id` integer
    - `title` string, nullable
    - `disambiguation` string, nullable
    - `overview` string, nullable
    - `artistId` integer
    - `foreignAlbumId` string, nullable
    - `monitored` boolean
    - `anyReleaseOk` boolean
    - `profileId` integer
    - `duration` integer
    - `albumType` string, nullable
    - `secondaryTypes` string[], nullable
    - `mediumCount` integer
    - `ratings` Ratings
      - `votes` integer
      - `value` number, double
    - `releaseDate` string, date-time, nullable
    - `releases` AlbumReleaseResource[], nullable
      - `id` integer
      - `albumId` integer
      - `foreignReleaseId` string, nullable
      - `title` string, nullable
      - `status` string, nullable
      - `duration` integer
      - `trackCount` integer
      - `media` MediumResource[], nullable
        - `mediumNumber` integer
        - `mediumName` string, nullable
        - `mediumFormat` string, nullable
      - `mediumCount` integer
      - `disambiguation` string, nullable
      - `country` string[], nullable
      - `label` string[], nullable
      - `format` string, nullable
      - `monitored` boolean
    - `genres` string[], nullable
    - `media` MediumResource[], nullable
      - `mediumNumber` integer
      - `mediumName` string, nullable
      - `mediumFormat` string, nullable
    - `artist` ArtistResource
      - `id` integer
      - `artistMetadataId` integer
      - `status` 'continuing' | 'ended'
      - `ended` boolean
      - `artistName` string, nullable
      - `foreignArtistId` string, nullable
      - `mbId` string, nullable
      - `tadbId` integer
      - `discogsId` integer
      - `allMusicId` string, nullable
      - `overview` string, nullable
      - `artistType` string, nullable
      - `disambiguation` string, nullable
      - `links` Links[], nullable
        - `url` string, nullable
        - `name` string, nullable
      - `nextAlbum` Album
        - `id` integer
        - `artistMetadataId` integer
        - `foreignAlbumId` string, nullable
        - `oldForeignAlbumIds` string[], nullable
        - `title` string, nullable
        - `overview` string, nullable
        - `disambiguation` string, nullable
        - `releaseDate` string, date-time, nullable
        - `images` MediaCover[], nullable
          - `url` string, nullable
          - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
          - `extension` string, nullable
          - `remoteUrl` string, nullable
        - `links` Links[], nullable
          - `url` string, nullable
          - `name` string, nullable
        - `genres` string[], nullable
        - `albumType` string, nullable
        - `secondaryTypes` SecondaryAlbumType[], nullable
          - `id` integer
          - `name` string, nullable
        - `ratings` Ratings
          - `votes` integer
          - `value` number, double
        - `cleanTitle` string, nullable
        - `profileId` integer
        - `monitored` boolean
        - `anyReleaseOk` boolean
        - `lastInfoSync` string, date-time, nullable
        - `added` string, date-time
        - `addOptions` AddAlbumOptions
          - `addType` 'automatic' | 'manual'
          - `searchForNewAlbum` boolean
        - `artistMetadata` ArtistMetadataLazyLoaded
          - `value` ArtistMetadata
            - `id` integer
            - `foreignArtistId` string, nullable
            - `oldForeignArtistIds` string[], nullable
            - `name` string, nullable
            - `aliases` string[], nullable
            - `overview` string, nullable
            - `disambiguation` string, nullable
            - `type` string, nullable
            - `status` 'continuing' | 'ended'
            - `images` MediaCover[], nullable
              - …
            - `links` Links[], nullable
              - …
            - `genres` string[], nullable
            - `ratings` Ratings
              - …
            - `members` Member[], nullable
              - …
          - `isLoaded` boolean
        - `albumReleases` AlbumReleaseListLazyLoaded
          - `value` AlbumRelease[], nullable
            - `id` integer
            - `albumId` integer
            - `foreignReleaseId` string, nullable
            - `oldForeignReleaseIds` string[], nullable
            - `title` string, nullable
            - `status` string, nullable
            - `duration` integer
            - `label` string[], nullable
            - `disambiguation` string, nullable
            - `country` string[], nullable
            - `releaseDate` string, date-time, nullable
            - `media` Medium[], nullable
              - …
            - `trackCount` integer
            - `monitored` boolean
            - `album` AlbumLazyLoaded
              - …
            - `tracks` TrackListLazyLoaded
              - …
          - `isLoaded` boolean
        - `artist` ArtistLazyLoaded
          - `value` Artist
            - `id` integer
            - `artistMetadataId` integer
            - `cleanName` string, nullable
            - `sortName` string, nullable
            - `monitored` boolean
            - `monitorNewItems` 'all' | 'none' | 'new'
            - `lastInfoSync` string, date-time, nullable
            - `path` string, nullable
            - `rootFolderPath` string, nullable
            - `added` string, date-time
            - `qualityProfileId` integer
            - `metadataProfileId` integer
            - `tags` integer[], nullable
            - `addOptions` AddArtistOptions
              - …
            - `metadata` ArtistMetadataLazyLoaded
              - …
            - `qualityProfile` QualityProfileLazyLoaded
              - …
            - `metadataProfile` MetadataProfileLazyLoaded
              - …
            - `albums` AlbumListLazyLoaded
              - …
            - `name` string, nullable
            - `foreignArtistId` string, nullable
          - `isLoaded` boolean
      - `lastAlbum` Album
        - `id` integer
        - `artistMetadataId` integer
        - `foreignAlbumId` string, nullable
        - `oldForeignAlbumIds` string[], nullable
        - `title` string, nullable
        - `overview` string, nullable
        - `disambiguation` string, nullable
        - `releaseDate` string, date-time, nullable
        - `images` MediaCover[], nullable
          - `url` string, nullable
          - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
          - `extension` string, nullable
          - `remoteUrl` string, nullable
        - `links` Links[], nullable
          - `url` string, nullable
          - `name` string, nullable
        - `genres` string[], nullable
        - `albumType` string, nullable
        - `secondaryTypes` SecondaryAlbumType[], nullable
          - `id` integer
          - `name` string, nullable
        - `ratings` Ratings
          - `votes` integer
          - `value` number, double
        - `cleanTitle` string, nullable
        - `profileId` integer
        - `monitored` boolean
        - `anyReleaseOk` boolean
        - `lastInfoSync` string, date-time, nullable
        - `added` string, date-time
        - `addOptions` AddAlbumOptions
          - `addType` 'automatic' | 'manual'
          - `searchForNewAlbum` boolean
        - `artistMetadata` ArtistMetadataLazyLoaded
          - `value` ArtistMetadata
            - `id` integer
            - `foreignArtistId` string, nullable
            - `oldForeignArtistIds` string[], nullable
            - `name` string, nullable
            - `aliases` string[], nullable
            - `overview` string, nullable
            - `disambiguation` string, nullable
            - `type` string, nullable
            - `status` 'continuing' | 'ended'
            - `images` MediaCover[], nullable
              - …
            - `links` Links[], nullable
              - …
            - `genres` string[], nullable
            - `ratings` Ratings
              - …
            - `members` Member[], nullable
              - …
          - `isLoaded` boolean
        - `albumReleases` AlbumReleaseListLazyLoaded
          - `value` AlbumRelease[], nullable
            - `id` integer
            - `albumId` integer
            - `foreignReleaseId` string, nullable
            - `oldForeignReleaseIds` string[], nullable
            - `title` string, nullable
            - `status` string, nullable
            - `duration` integer
            - `label` string[], nullable
            - `disambiguation` string, nullable
            - `country` string[], nullable
            - `releaseDate` string, date-time, nullable
            - `media` Medium[], nullable
              - …
            - `trackCount` integer
            - `monitored` boolean
            - `album` AlbumLazyLoaded
              - …
            - `tracks` TrackListLazyLoaded
              - …
          - `isLoaded` boolean
        - `artist` ArtistLazyLoaded
          - `value` Artist
            - `id` integer
            - `artistMetadataId` integer
            - `cleanName` string, nullable
            - `sortName` string, nullable
            - `monitored` boolean
            - `monitorNewItems` 'all' | 'none' | 'new'
            - `lastInfoSync` string, date-time, nullable
            - `path` string, nullable
            - `rootFolderPath` string, nullable
            - `added` string, date-time
            - `qualityProfileId` integer
            - `metadataProfileId` integer
            - `tags` integer[], nullable
            - `addOptions` AddArtistOptions
              - …
            - `metadata` ArtistMetadataLazyLoaded
              - …
            - `qualityProfile` QualityProfileLazyLoaded
              - …
            - `metadataProfile` MetadataProfileLazyLoaded
              - …
            - `albums` AlbumListLazyLoaded
              - …
            - `name` string, nullable
            - `foreignArtistId` string, nullable
          - `isLoaded` boolean
      - `images` MediaCover[], nullable
        - `url` string, nullable
        - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
        - `extension` string, nullable
        - `remoteUrl` string, nullable
      - `members` Member[], nullable
        - `name` string, nullable
        - `instrument` string, nullable
        - `images` MediaCover[], nullable
          - `url` string, nullable
          - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
          - `extension` string, nullable
          - `remoteUrl` string, nullable
      - `remotePoster` string, nullable
      - `path` string, nullable
      - `qualityProfileId` integer
      - `metadataProfileId` integer
      - `monitored` boolean
      - `monitorNewItems` 'all' | 'none' | 'new'
      - `rootFolderPath` string, nullable
      - `genres` string[], nullable
      - `cleanName` string, nullable
      - `sortName` string, nullable
      - `tags` integer[], nullable
      - `added` string, date-time
      - `addOptions` AddArtistOptions
        - `monitor` 'all' | 'future' | 'missing' | 'existing' | 'latest' | 'first' | 'none' | 'unknown'
        - `albumsToMonitor` string[], nullable
        - `monitored` boolean
        - `searchForMissingAlbums` boolean
      - `ratings` Ratings
        - `votes` integer
        - `value` number, double
      - `statistics` ArtistStatisticsResource
        - `albumCount` integer
        - `trackFileCount` integer
        - `trackCount` integer
        - `totalTrackCount` integer
        - `sizeOnDisk` integer
        - `percentOfTracks` number, double
    - `images` MediaCover[], nullable
      - `url` string, nullable
      - `coverType` 'unknown' | 'poster' | 'banner' | 'fanart' | 'screenshot' | 'headshot' | 'cover' | 'disc' | 'logo' | 'clearlogo'
      - `extension` string, nullable
      - `remoteUrl` string, nullable
    - `links` Links[], nullable
      - `url` string, nullable
      - `name` string, nullable
    - `statistics` AlbumStatisticsResource
      - `trackFileCount` integer
      - `trackCount` integer
      - `totalTrackCount` integer
      - `sizeOnDisk` integer
      - `percentOfTracks` number, double
    - `addOptions` AddAlbumOptions
      - `addType` 'automatic' | 'manual'
      - `searchForNewAlbum` boolean
    - `remoteCover` string, nullable
    - `grabbed` boolean
  - `quality` QualityModel
    - `quality` Quality
      - `id` integer
      - `name` string, nullable
    - `revision` Revision
      - `version` integer
      - `real` integer
      - `isRepack` boolean
  - `customFormats` CustomFormatResource[], nullable
    - `id` integer
    - `name` string, nullable
    - `includeCustomFormatWhenRenaming` boolean, nullable
    - `specifications` CustomFormatSpecificationSchema[], nullable
      - `id` integer
      - `name` string, nullable
      - `implementation` string, nullable
      - `implementationName` string, nullable
      - `infoLink` string, nullable
      - `negate` boolean
      - `required` boolean
      - `fields` Field[], nullable
        - `order` integer
        - `name` string, nullable
        - `label` string, nullable
        - `unit` string, nullable
        - `helpText` string, nullable
        - `helpTextWarning` string, nullable
        - `helpLink` string, nullable
        - `value` unknown
        - `type` string, nullable
        - `advanced` boolean
        - `selectOptions` SelectOption[], nullable
          - `value` integer
          - `name` string, nullable
          - `order` integer
          - `hint` string, nullable
        - `selectOptionsProviderAction` string, nullable
        - `section` string, nullable
        - `hidden` string, nullable
        - `placeholder` string, nullable
      - `presets` CustomFormatSpecificationSchema[], nullable
  - `size` number, double
  - `title` string, nullable
  - `sizeleft` number, double
  - `timeleft` TimeSpan
    - `ticks` integer
    - `days` integer
    - `hours` integer
    - `milliseconds` integer
    - `minutes` integer
    - `seconds` integer
    - `totalDays` number, double
    - `totalHours` number, double
    - `totalMilliseconds` number, double
    - `totalMinutes` number, double
    - `totalSeconds` number, double
  - `estimatedCompletionTime` string, date-time, nullable
  - `status` string, nullable
  - `trackedDownloadStatus` 'ok' | 'warning' | 'error'
  - `trackedDownloadState` 'downloading' | 'downloadFailed' | 'downloadFailedPending' | 'importPending' | 'importing' | 'importFailed' | 'imported' | 'ignored'
  - `statusMessages` TrackedDownloadStatusMessage[], nullable
    - `title` string, nullable
    - `messages` string[], nullable
  - `errorMessage` string, nullable
  - `downloadId` string, nullable
  - `protocol` 'unknown' | 'usenet' | 'torrent'
  - `downloadClient` string, nullable
  - `indexer` string, nullable
  - `outputPath` string, nullable
  - `downloadForced` boolean

## Changes

- **2023-06-14** `4bcfc81b10c6` — 1 info
  - added the optional property `items/customFormats/items/specifications/items/fields/items/helpTextWarning` to the response with the `200` status
- **2023-05-30** `bf5343db433b` — 1 breaking, 11 warning, 17 info
  - the `items/timeleft` response's property type changed from `string` to `object`, and format from `date-span` to no format for status `200`
  - removed the optional property `items/added` from the response with the `200` status
  - removed the optional property `items/album/artist/folder` from the response with the `200` status
  - removed the optional property `items/album/lastSearchTime` from the response with the `200` status
  - …25 more

[Change history](https://skmtc.dev/lidarr/apis/lidarr/changes/api/v1/queue/details/get.md)

---

[API](https://skmtc.dev/lidarr/apis/lidarr.md) · [All operations](https://skmtc.dev/lidarr/apis/lidarr/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lidarr/lidarr/revisions/4bcfc81b10c6/schema)
