---
title: "List disposal schedules"
method: GET
path: "/api/v2/disposal/schedules"
tags: ["v2 disposal schedules"]
---

# List disposal schedules

`GET /api/v2/disposal/schedules`

## Response `200`

OK

- DisposalSchedules
  - `disposalSchedules` DisposalSchedule[]
    - `id` string
    - `title` string
    - `description` string
    - `mandate` string
    - `scopeNotes` string
    - `actionCode` 'RETAIN_PERMANENTLY' | 'REVIEW' | 'DESTROY'
    - `retentionTriggerElementId` string
    - `retentionPeriodIntervalCode` 'NO_RETENTION_PERIOD' | 'DAYS' | 'WEEKS' | 'MONTHS' | 'YEARS'
    - `retentionPeriodDuration` integer
    - `firstTimeUsed` string, date-time
    - `apiCounter` integer
    - `createdOn` string, date-time
    - `createdBy` string
    - `updatedOn` string, date-time
    - `updatedBy` string
    - `state` 'ACTIVE' | 'INACTIVE'

---

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