Pipeline data retention

This contains APIs related to retention of pipeline execution data

Get retention period for pipeline executions

Returns the retention period for pipeline executions based on accountId

Securityx-api-key
Request
path Parameters
accountIdentifier
required
string
Responses
400

Bad Request

404

Not Found

500

Internal server error

default

Returns the retention period for pipeline executions based on accountId

get/pipeline/api/pipelines/retention/{accountIdentifier}
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}