curl --request GET \
--url https://api.example.com/orgs/{org_id}/auto-create/jobs{
"jobs": [
{
"id": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"nodes_created": 0,
"nodes_updated": 0,
"node_ids": [
"<string>"
],
"error": "<string>",
"error_step": "<string>",
"repo_url": "<string>",
"branch": "<string>",
"file_paths": [
"<string>"
],
"source_hash": "<string>",
"skipped": false
}
],
"total": 123
}List all auto-create jobs for an organization.
curl --request GET \
--url https://api.example.com/orgs/{org_id}/auto-create/jobs{
"jobs": [
{
"id": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"nodes_created": 0,
"nodes_updated": 0,
"node_ids": [
"<string>"
],
"error": "<string>",
"error_step": "<string>",
"repo_url": "<string>",
"branch": "<string>",
"file_paths": [
"<string>"
],
"source_hash": "<string>",
"skipped": false
}
],
"total": 123
}