Image Analyzer › Get Image Analysis History
Image Analyzer
Get Image Analysis History Get image analysis history for a project.
Returns the project's image analysis records, newest first.
Get Image Analysis History curl -- request GET \
-- url "https://agent-testing.lambdatest.com/api/image-analysis/{project_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"success" : true ,
"message" : "<string>" ,
"data" : {
"analyses" : [
{
"id" : "<string>" ,
"image_name" : "<string>" ,
"image_storage_url" : "<string>" ,
"original_prompt" : "<string>" ,
"analysis_status" : "<string>" ,
"analysis_result" : { } ,
"quality_score" : 123 ,
"analysis_error" : "<string>" ,
"tags" : [
"<string>"
] ,
"bookmarked_by" : [
"<string>"
] ,
"created_at" : "<string>" ,
"updated_at" : "<string>"
}
] ,
"total" : 123
}
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response 200▼
application/json Image analyses for the project, newest first, with presigned download URLs (2h expiry) for stored images
success boolean required
Whether the lookup succeeded
message string required
Outcome message
data object required
History payload for a project.
▶ Hide child attributesdata. analyses object[]
▶ Show child attributes
Get Image Analysis History curl -- request GET \
-- url "https://agent-testing.lambdatest.com/api/image-analysis/{project_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"success" : true ,
"message" : "<string>" ,
"data" : {
"analyses" : [
{
"id" : "<string>" ,
"image_name" : "<string>" ,
"image_storage_url" : "<string>" ,
"original_prompt" : "<string>" ,
"analysis_status" : "<string>" ,
"analysis_result" : { } ,
"quality_score" : 123 ,
"analysis_error" : "<string>" ,
"tags" : [
"<string>"
] ,
"bookmarked_by" : [
"<string>"
] ,
"created_at" : "<string>" ,
"updated_at" : "<string>"
}
] ,
"total" : 123
}
}