Skip to main content
GET
/
generation
/
{taskId}
/
status
Query task generation status
curl --request GET \
  --url https://pollo.ai/api/platform/generation/{taskId}/status \
  --header 'x-api-key: <api-key>'
{
  "taskId": "<string>",
  "credit": 123,
  "generations": [
    {
      "id": "<string>",
      "failMsg": "<string>",
      "url": "<string>",
      "createdDate": "2023-11-07T05:31:56Z",
      "updatedDate": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.pollo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key to authorize requests

Path Parameters

taskId
string
required

Response

Successful response

taskId
string
required
credit
number
required

Credits charged at submission time. Decimal value is returned with up to 2 fractional digits; falls back to the integer credit field if creditDecimal is absent.

generations
object[]
required