List Launches
list_launchesList launches in a project with pagination, search, and filter options. Sort results by properties like creation date.
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'. |