PixelDance
V1ImagePending jobs

Get pending image jobs

Returns pending image generation tasks from the last 30 minutes that have been submitted to Trigger.dev.

GET
/v1/image/pending-jobs

Returns pending image generation tasks from the last 30 minutes that have been submitted to Trigger.dev.

Authorization

cookieAuth
better-auth.session_token<token>

Session cookie set by Better Auth. Login via the app to obtain.

In: cookie

Query Parameters

projectId?string

Response Body

application/json

curl -X GET "http://localhost:3002/v1/image/pending-jobs"
[
  {
    "taskId": "string",
    "runId": "string",
    "modelId": "string",
    "prompt": "string",
    "aspectRatio": "string",
    "count": 0,
    "createdAt": "string"
  }
]