Applications

Get lifecycle dates

The lifecycle milestone dates of the application.

Required scope applications:read

get/applications/{id}/lifecycle

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Path parameters

idstring<uuid>required

Identifier of the application. Must belong to the workspace the key is bound to.

Response200 · application/json

The lifecycle dates.

phaseInDatestring<date> | null

Date the application entered the phase-in stage.

deployedDatestring<date> | null

Date the application was deployed to production.

phaseOutDatestring<date> | null

Date the application entered the phase-out stage.

retiredDatestring<date> | null

Date the application was retired.