[GH-ISSUE #1510] DOC: <Issue related to /prompt_engineering/how_to_guides/prompts/manage_prompts_programatically> #5

Open
opened 2026-02-17 17:18:58 -05:00 by yindo · 6 comments
Owner

Originally created by @Microsxema on GitHub (Nov 8, 2024).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1510

The documentation states that to pull a private prompt from a private repository in LangSmith Cloud, you do not need to specify the repository owner handle.

see link quote

To pull a private prompt you do not need to specify the owner handle (though you can, if you have one set).

However, when I try to make a request to the URL https://api.smith.langchain.com/commits/-/foo/, I get a 404 error with the following response:

{
  "detail": "Repo None/test not found"
}

Could this be an issue with outdated documentation, or am I missing something in the request process?

Originally created by @Microsxema on GitHub (Nov 8, 2024). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1510 The documentation states that to pull a private prompt from a private repository in LangSmith Cloud, you do not need to specify the repository owner handle. [see link quote](https://docs.smith.langchain.com/prompt_engineering/how_to_guides/prompts/manage_prompts_programatically#pull-a-prompt) > To pull a private prompt you do not need to specify the owner handle (though you can, if you have one set). However, when I try to make a request to the URL https://api.smith.langchain.com/commits/-/foo/, I get a 404 error with the following response: ```json { "detail": "Repo None/test not found" } ``` Could this be an issue with outdated documentation, or am I missing something in the request process?
yindo added the langsmithexternal labels 2026-02-17 17:18:58 -05:00
Author
Owner

@hinthornw commented on GitHub (Nov 8, 2024):

Is your API key connected to the workspace in which the 'foo' prompt resides?

@hinthornw commented on GitHub (Nov 8, 2024): Is your API key connected to the workspace in which the 'foo' prompt resides?
Author
Owner

@Microsxema commented on GitHub (Nov 11, 2024):

@hinthornw yes

@Microsxema commented on GitHub (Nov 11, 2024): @hinthornw yes
Author
Owner

@hinthornw commented on GitHub (Nov 13, 2024):

Does it have commit ?

@hinthornw commented on GitHub (Nov 13, 2024): Does it have commit ?
Author
Owner

@Microsxema commented on GitHub (Nov 20, 2024):

@hinthornw yes

@Microsxema commented on GitHub (Nov 20, 2024): @hinthornw yes
Author
Owner

@citric-gabriel commented on GitHub (Apr 23, 2025):

Any news related to this?

@citric-gabriel commented on GitHub (Apr 23, 2025): Any news related to this?
Author
Owner

@abhinavdv commented on GitHub (May 27, 2025):

While using the API in my case (on-prem hosted instance), the API endpoint is {langsmith_url}/api/v1/commits/-/foo

Let me know if that helps. Also for all other api's exposed, use {langsmith_url}/api/docs.

If this is specific to on-prem hosted but not the SaaS solution please let me know

@abhinavdv commented on GitHub (May 27, 2025): While using the API in my case (on-prem hosted instance), the API endpoint is {langsmith_url}/api/v1/commits/-/foo Let me know if that helps. Also for all other api's exposed, use {langsmith_url}/api/docs. If this is specific to on-prem hosted but not the SaaS solution please let me know
yindo changed title from DOC: <Issue related to /prompt_engineering/how_to_guides/prompts/manage_prompts_programatically> to [GH-ISSUE #1510] DOC: <Issue related to /prompt_engineering/how_to_guides/prompts/manage_prompts_programatically> 2026-06-05 17:24:31 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#5