flamenco/web/manager-api/docs/JobsQuery.md
2022-04-04 19:33:46 +02:00

15 lines
591 B
Markdown

# flamencoManager.JobsQuery
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**offset** | **Number** | | [optional]
**limit** | **Number** | | [optional]
**order_by** | **[String]** | | [optional]
**status_in** | [**[JobStatus]**](JobStatus.md) | Return only jobs with a status in this array. | [optional]
**metadata** | **{String: String}** | Filter by metadata, using `LIKE` notation. | [optional]
**settings** | **{String: Object}** | Filter by job settings, using `LIKE` notation. | [optional]