cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/images \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "imageName": "<string>", "imageTag": "<string>", "status": "PENDING", "createdAt": "2023-11-07T05:31:56Z", "fullImagePath": "<string>", "errorMessage": "<string>", "sizeBytes": 123, "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "pushedAt": "2023-11-07T05:31:56Z" } ], "status": "<string>" }
List all images and builds by the current user, including in-progress builds.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response data
Show child attributes
Response status