Skip to main content
GET
/
api
/
v3
/
synthetic-data
/
status
/
{id}
Get Synthetic Data Status
curl --request GET \
  --url https://api.nugen.in/api/v3/synthetic-data/status/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "status": "pending",
  "start_time": "2023-11-07T05:31:56Z",
  "end_time": "2023-11-07T05:31:56Z",
  "metadata": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Response

Successful Response

id
integer
required

Synthetic data task ID

status
enum<string>
required

Status of the synthetic data generation task

Available options:
pending,
completed,
deploying,
evaluating,
undeployed,
evaluated,
failed
start_time
string<date-time> | null

Timestamp when synthetic data generation started

end_time
string<date-time> | null

Timestamp when synthetic data generation completed

metadata
Metadata · object

Task metadata and results