Skip to content

feature: get retention API for a stream #349

@nitisht

Description

@nitisht

We need to implement a GET retention API for a given stream. Spec like

curl --location 'https://demo.parseable.io/api/v1/logstream/teststream1/retention' \
--header 'Authorization: Basic YWRtaW46YWRtaW4='

Returns the json

[
    {
        "description": "delete after 20 days",
        "action": "delete",
        "duration": "1d"
    }
]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions