curl -X GET "https://api.usesynth.ai/api/graphgen/jobs/{job_id}" \
-H "Authorization: Bearer $SYNTH_API_KEY"
{
"job_id": "graph_gen_abc123",
"status": "running",
"progress": {
"generation": 2,
"best_reward": 0.85
}
}
curl -X GET "https://api.usesynth.ai/api/graphgen/jobs/{job_id}" \
-H "Authorization: Bearer $SYNTH_API_KEY"
{
"job_id": "graph_gen_abc123",
"status": "running",
"progress": {
"generation": 2,
"best_reward": 0.85
}
}
curl -X GET "https://api.usesynth.ai/api/graphgen/jobs/{job_id}" \
-H "Authorization: Bearer $SYNTH_API_KEY"
{
"job_id": "graph_gen_abc123",
"status": "running",
"progress": {
"generation": 2,
"best_reward": 0.85
}
}
Was this page helpful?