Interface SignageAIJobQueryOptions

Allowable query parameters for the AI jobs index endpoint

interface SignageAIJobQueryOptions {
    limit?: number;
    mine?: boolean;
}

Properties

Properties

limit?: number

Number of jobs to return. Clamped to 100. Defaults to 20

mine?: boolean

Only return the caller's own jobs. Defaults to true