cURL
curl --request GET \ --url https://{tenant_name}.{region}.techwolf.ai/job_architecture/changes/summary \ --header 'Authorization: Bearer <token>'
{ "summary": [ { "change_type": "add_job_description", "count": 90, "count_per_status": { "preview": 10, "generating": 10, "generating_preview": 10, "suggested": 10, "saving": 10, "saved": 10, "deleted": 10, "generate_failed": 10, "save_failed": 10 } } ] }
Get a summary overview of Job architecture changes, including counts and statistics.
The access token received from the authorization server in the OAuth 2.0 flow.
OK
Show child attributes
Was this page helpful?