Context List
Context
Context List
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.
GET
Context List
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Response
200 - application/json
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.
