The api returns engine build records by build state
Example
aiware getEngineBuildsByState X-Correlation-Id:value offset=value limit=value state=value
Parameters
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| offset | integer | the number of data to skip before getting the result set | [optional] [default to null] |
| limit | integer | the number of items to return. | [optional] [default to 10] |
| state | string | Filter data by build state | [optional] [default to null] |
Return type
GetEngineBuildsResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json