Context Type Get
Endpoint to retrieve a context type by its unique ID.
Args: context_type_id (str): The ID of the context type to retrieve.
Returns:
ContextType: A ContextType model instance representing the requested context type.
Raises: HTTPException 400: If input validation fails HTTPException 404: If the context type with the specified ID does not exist. HTTPException 500: If database operation fails
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Path Parameters
Response
Successful Response
Unique identifier for the context type
Name of the context type
Summary of the context type
Detailed information on the context type
Explanation to agent when to use the context type
Explanation to agent how to generate new context of this type
User who created the context type
The date and time when the context type was created.
The date and time when the context type was last updated.
