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

OnCallPagingApi Missing endpoint to list pages

Open
#2,773 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

Research direction

Start with src/datadog_api_client/v2/api/on_call_paging_api.py, especially the existing acknowledge-on-call-page example and endpoint. Compare the client API with the unstable web UI endpoint at /api/unstable/on-call/pages. Done means the client exposes a listing method under the unstable feature flag with the requested filtering support.

Written by the indexing model from the issue text.

Description

kind/bug stale

Describe the bug
OnCallPagingApi has methods to Escalate, Acknowledge, Resolve or Create On-Call Pages but not to list them.
The only way to list them is through the web ui https://app.datadoghq.eu/on-call/pages

To Reproduce
Steps to reproduce the behavior:

  1. Try out the example for acknowledging an on-call page found here
  2. Try to change the code to list current triggered pages
  3. No methods or api endpoints exposed for that.

Expected behavior
A method similar to acknowledge_on_call_page but for listing outstanding pages, with the ability to filter out by responder, status, etc...

Screenshots

Environment and Versions (please complete the following information):

  • datadog-api-client==2.41.0

Additional context
The web UI is currently using an unstable API endpoint that differs from what the library is using ie:

If the endpoints is unstable the expected behavior is to have it supported under the unstable feature flag

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.