getDeployments
Retrieve a list of deployments from Camunda Engine with optional filters by id, name, source, and pagination.
Instructions
Get a list of deployments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by deployment id. | |
| name | No | Filter by deployment name. | |
| nameLike | No | Filter by deployment name that the parameter is a substring of. | |
| source | No | Filter by deployment source. | |
| firstResult | No | Pagination of results. Specifies the index of the first result to return. | |
| maxResults | No | Pagination of results. Specifies the maximum number of results to return. |