Endpoint to list all contexts associated with the current tenant.
Args:
Returns:
List[Context]: A list of all Context model instances stored under the tenant.
Raises: HTTPException 500: If an error occurs while retrieving contexts from the database.
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Successful Response
Name of the context
Description of the context
User who created the context
Unique identifier for the context
List of associated apps
The date and time when the context was created.
The date and time when the context was last updated.