curl --request GET \
  --url https://{tenant_name}.{region}.techwolf.ai/job_architecture/changes/{change_id} \
  --header 'Authorization: Bearer <token>'
{
  "external_id": "a3903505-eb84-42dc-a79f-5e7b1fe897b7",
  "change_type": "add_job_description",
  "change_status": "suggested",
  "change_data": {
    "job_id": "job_external_id_1",
    "job_description": "The Front-End Developer is responsible for implementing visual elements that users interact with on the company's web applications..."
  },
  "context": {
    "instructions": "Please use inclusive language and highlight remote work opportunities",
    "reference_job_ids": [
      "5cbdbdbe-5f44-4423-8157-5fgqsef7b834c",
      "62d2c013-ab77-410e-b5fb-2f96eed9c1db"
    ],
    "sections_to_include": [
      "Summary",
      "Responsibilities"
    ],
    "use_internal_job_data": true
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

change_id
string
required

The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.

Required string length: 1 - 100
Example:

"a3903505-eb84-42dc-a79f-5e7b1fe897b7"

Query Parameters

include
enum<string>[]

Additional data to include in the response. Use 'context' to include context information for the change.

Response

200
application/json

OK

The response is of type object.