Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request POST \
--url https://api.example.com/store/namespaces \
--header 'Content-Type: application/json' \
--data '
{
"prefix": [
"<string>"
],
"suffix": [
"<string>"
],
"max_depth": 123,
"limit": 100,
"offset": 0
}
'[
[
"<string>"
]
]curl --request POST \
--url https://api.example.com/store/namespaces \
--header 'Content-Type: application/json' \
--data '
{
"prefix": [
"<string>"
],
"suffix": [
"<string>"
],
"max_depth": 123,
"limit": 100,
"offset": 0
}
'[
[
"<string>"
]
]Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Optional list of strings representing the prefix to filter namespaces.
Optional list of strings representing the suffix to filter namespaces.
Optional integer specifying the maximum depth of namespaces to return.
Maximum number of namespaces to return (default is 100).
Number of namespaces to skip before returning results (default is 0).
Success
Was this page helpful?