List Launches
list_launchesRetrieve launches in a project with pagination, sorting, search by name, and optional filters to manage test launch records efficiently.
Instructions
List launches in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index. | |
| size | No | Number of results per page (max 100). | |
| sort | No | Sorting criteria in the format: property(,asc|desc). Example: ['createdDate,DESC'] | |
| search | No | Optional name search. | |
| filter_id | No | Optional filter ID. | |
| project_id | No | Optional override for the default Project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| items | No | ||
| total | No | ||
| total_pages | No |