Run API
api_get_all_run(runner_id='')
Retrieves all runs for a given runner ID or for all runners if no ID is provided.
This function calls an internal API to get available runs and then converts each run into a dictionary format.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
runner_id |
str
|
The ID of the runner to retrieve runs for. If empty, runs for all runners |
''
|
Returns:
Type | Description |
---|---|
list[dict]
|
list[dict]: A list of dictionaries, each representing a run's data. |