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

`agents.retrieve` throwing 500

Open
#50 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
Needs clarification
Activity status
Stale
Tech stack
python
Domain
api

Research direction

Start by reproducing the provided agents.retrieve call with SDK 0.6.6, Python 3.13.5, and the same configuration, then compare its behavior with retrieve_schemas and list. Inspect the request and response handling for the retrieve endpoint; done means the call no longer returns HTTP 500 under the reported setup.

Written by the indexing model from the issue text.

Description

ENVIRONMENT:

  • SDK version: 0.6.6
  • Python: 3.13.5
  • OS: linux
  • Date Reported: 07/02/2025

REPRODUCING:

with Glean(api_token=config.GLEAN_API_TOKEN, instance=config.GLEAN_INSTANCE) as glean:
    agent = glean.client.agents.retrieve(agent_id=config.GLEAN_AGENT_ID)

Other endpoints such as retrieve_schemas and list are working with the same config

Dominant language
Python
Stars
20
Forks
10
Avg merge
1d 6h
Merged PRs (30d)
17

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 gleanwork/api-client-python

All issues in gleanwork/api-client-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.