Skip to main content
GET
/
tasks
/
{task_id}
Get task by ID
curl --request GET \
  --url https://api.getpg.ai/v1/tasks/{task_id} \
  --header 'X-Api-Key: <api-key>'
{}

Authorizations

X-Api-Key
string
header
required

Your API key for authentication. Get your API key from the PGAI dashboard.

Path Parameters

task_id
string
required

UUID of the task

Response

Success - task details

Response data