Skip to main content

Get a project backup schedule

GET /v2/project-backup-schedules/{projectBackupScheduleId}/
v2
GET
backup-get-project-backup-schedule

Request

  • projectBackupScheduleIdstring (uuid)
    required

    ID of the ProjectBackupSchedule to retrieve.

Responses

application/json

OK

  • createdAtstring (date-time)
  • descriptionstring

    Description of this ProjectBackupSchedule.

  • idstring (uuid)
    required

    ID of this ProjectBackupSchedule.

  • isSystemBackupboolean
    required

    True if this ProjectBackupSchedule was created and is managed by mittwald.

  • projectIdstring (uuid)
    required

    ID of the Project this ProjectBackupSchedule belongs to.

  • schedulestring
    required

    Execution schedule in crontab notation.

  • ttlstring

    TTL of the ProjectBackupSchedule as time string.

  • updatedAtstring (date-time)

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/project-backup-schedules/f0f86186-0a5a-45b2-aa33-502777496347