mgnipy.emgapi_v2_client.api.runs.list_analysed_runs module#
- async mgnipy.emgapi_v2_client.api.runs.list_analysed_runs.asyncio(*, client, has_experiment_type=<mgnipy.emgapi_v2_client.types.Unset object>, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all analysed runs
List all analysed runs in the MGnify database.
- Parameters:
has_experiment_type (ExperimentTypes | None | Unset) – If set, will only show runs with the specified experiment type
client (AuthenticatedClient)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
NinjaPaginationResponseSchemaAnalysedRun
- Return type:
- async mgnipy.emgapi_v2_client.api.runs.list_analysed_runs.asyncio_detailed(*, client, has_experiment_type=<mgnipy.emgapi_v2_client.types.Unset object>, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all analysed runs
List all analysed runs in the MGnify database.
- Parameters:
has_experiment_type (ExperimentTypes | None | Unset) – If set, will only show runs with the specified experiment type
client (AuthenticatedClient)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[NinjaPaginationResponseSchemaAnalysedRun]
- Return type:
- mgnipy.emgapi_v2_client.api.runs.list_analysed_runs.sync(*, client, has_experiment_type=<mgnipy.emgapi_v2_client.types.Unset object>, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all analysed runs
List all analysed runs in the MGnify database.
- Parameters:
has_experiment_type (ExperimentTypes | None | Unset) – If set, will only show runs with the specified experiment type
client (AuthenticatedClient)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
NinjaPaginationResponseSchemaAnalysedRun
- Return type:
- mgnipy.emgapi_v2_client.api.runs.list_analysed_runs.sync_detailed(*, client, has_experiment_type=<mgnipy.emgapi_v2_client.types.Unset object>, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all analysed runs
List all analysed runs in the MGnify database.
- Parameters:
has_experiment_type (ExperimentTypes | None | Unset) – If set, will only show runs with the specified experiment type
client (AuthenticatedClient)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[NinjaPaginationResponseSchemaAnalysedRun]
- Return type: