Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request GET \
--url https://api.example.com/v2/listeners/{listener_id}{
"compute_type": "<string>",
"compute_id": "<string>",
"compute_config": {
"k8s_namespaces": [
"<string>"
]
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"version": "<string>"
}Get a listener by ID.
curl --request GET \
--url https://api.example.com/v2/listeners/{listener_id}{
"compute_type": "<string>",
"compute_id": "<string>",
"compute_config": {
"k8s_namespaces": [
"<string>"
]
},
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"version": "<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.
Successful Response
Listener resource.
The compute type of the listener.
This cannot be changed (PUT) once the listener is created.
"k8s"User assigned unique ID of the compute infrastructure for the listener.
For example, if compute_type is k8s, then the user may set this field to the Kubernetes cluster name. This cannot be changed (PUT) once the listener is created.
Fields for a listener that are specific to compute_type.
All fields are nullable, but are validated based on compute_type.
Show child attributes
System assigned ID of the listener.
This is a read-only field.
The creation time of the listener.
This is a read-only field.
The last update time of the listener.
This is a read-only field.
The version of the listener.
Was this page helpful?