switchx
Get Job Status
Poll the status of a SwitchX job.
get/v1/switchx/generations/{job_id}
Path parameters
job_idstring required
Response
Successful Response
Example response
{
"progress": 72,
"webhook": {
"attempts": 1
}
}Poll the status of a SwitchX job.
Successful Response
{
"progress": 72,
"webhook": {
"attempts": 1
}
}