Generate
Retrieve
Checks the status of a Generation Data job
GET
Authorizations
Path Parameters
Response
200
application/json
Successful Response
DataGenerationStatus is the result of a data generation job.
Detailed status of the job
Example:
["Downloading model", "Tuning prompt"]
The job id
Example:
"1234abcd"
Current state of the job
Available options:
QUEUED
, RUNNING
, DONE
, ERROR
, CANCELLED
The generated data. Can be present even if the state is not done/error as it is streamed.
Example:
[
"The quick brown fox jumped over the lazy dog",
"The lazy dog was jumped over by the quick brown fox"
]