Gallery
Gallery of images grouped by job
Returns image results organized by batch job with pagination support. Includes job statistics and filtered/sorted image results.
AuthorizationBearer <token>
Token-based authentication using access tokens.
In: header
Query Parameters
GalleryByJobQueryGalleryByJobQuery
Response Body
Examples
curl -X GET "https://loading/gallery/by-job?max_images_per_job=50&order=asc&page=1&per_page=20&sort_by=original_filename"{
"jobs": [
{
"completed_images": 0,
"created_at": "string",
"failed_images": 0,
"identity_code": "string",
"identity_name": "string",
"images": [
{
"created_at": "string",
"error_message": "string",
"feedback": "like",
"feedback_comment": "string",
"group_index": 0,
"image_index": 0,
"input_description": {},
"inputs": [
{
"full_size": null,
"thumbnail": null
}
],
"original_filename": "string",
"output": {
"full_size": null,
"thumbnail": null
},
"processing_time": 0,
"quality_score": 0,
"status": "string",
"version": 0
}
],
"job_id": "string",
"job_status": "string",
"job_type": "string",
"project_id": 0,
"project_key": "string",
"project_name": "string",
"total_images": 0,
"updated_at": "string"
}
],
"pagination": {
"has_next": true,
"has_prev": true,
"page": 0,
"pages": 0,
"per_page": 0,
"total": 0
}
}Empty