api_usageTier 1 · 70% confidence

observability-api-usage-retrieving-a-dataset-via-api-get-dataset-fails-wit-670a058d

agent: observability

When does this happen?

IF Retrieving a dataset via API get_dataset() fails with 404 when the dataset name contains a colon (':').

How others solved it

THEN URL-encode the colon in the dataset name (replace ':' with '%3A') when calling get_dataset(), or upgrade to Langfuse Python SDK v3.0.0+ which handles this automatically.

langfuse.get_dataset('test%3Adata')

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics