nemo_microservices.types.intake.app_list_params#

Module Contents#

Classes#

API#

class nemo_microservices.types.intake.app_list_params.AppListParams#

Bases: typing_extensions.TypedDict

filter: nemo_microservices.types.intake.app_filter_param.AppFilterParam#

None

Filter apps on various criteria.

page: int#

None

Page number.

page_size: int#

None

Page size.

search: nemo_microservices.types.intake.app_search_param.AppSearchParam#

None

Search apps using substring matching.

You can combine multiple search fields and filters.

For example:

  • ?search[name]=chatbot: searches all apps with ‘chatbot’ in the name.

  • ?search[namespace]=default: searches all apps with ‘default’ in the namespace.

  • ?search[description]=support: searches all apps with ‘support’ in the description.

  • ?search[updated_at][start]=2024-01-01T00:00:00 finds all apps updated on or after the start date

sort: nemo_microservices.types.intake.app_sort_field.AppSortField#

None

Sort fields for Apps.