Async Jobs
Endpoint
/api/generation/jobs
/api/generation/jobs
This endpoint allows you to retrieve a list of generation jobs. You can optionally apply filters to narrow down the results by status or tags. The endpoint supports a GET request method.
Headers
The request should include the following header:
Endpoint
Example Request
Example Response
Parameters
The endpoint accepts the following optional query parameters:
Response
The API will respond with a JSON object containing the following properties:
storeList Object Properties
Each object in the storeList
array represents a generation job and has the following properties:
Note: The
tags
andgenerations
properties might not be present for all jobs in thestoreList
.
Last updated