Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

ServiceLevelObjectivesApi.get_slo_corrections not able to get all data

Open
#2,336 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
openapi, python
Domain
api

Research direction

Start at ServiceLevelObjectivesApi.get_slo_corrections and inspect how it calls the SLO corrections endpoint. Compare the method's available arguments with the endpoint's pagination behavior and reproduce the case with more than 10 corrections. Done means callers can retrieve all SLO corrections through this method.

Written by the indexing model from the issue text.

Description

kind/bug stale

Describe the bug
https://api.datadoghq.com/api/v1/slo/{slo_id}/corrections API is paginated but ServiceLevelObjectivesApi.get_slo_corrections does not support pagination parameters to get all data.

To Reproduce
Steps to reproduce the behavior:

  • Have over 10 SLO corrections
  • Use ServiceLevelObjectivesApi.get_slo_corrections to get all SLO corrections

Expected behavior
Should be able to get all SLO corrections through ServiceLevelObjectivesApi.get_slo_corrections

Dominant language
Python
Stars
166
Forks
55
Avg merge
2d 17h
Merged PRs (30d)
73

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from DataDog/datadog-api-client-python

All issues in DataDog/datadog-api-client-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.