job_id for polling.
When to Use
- Compare two revisions of the same drawing set (e.g., Rev A vs Rev B)
- Detect cross-discipline clashes between structural and mechanical drawings
- The user asks “what changed” between drawing versions
Parameters
Response
Workflow
1
Identify the drawings
Use
Query with entity: "sheet" to find sheets and their parent drawing IDs. Filter by discipline or search by name.2
Trigger comparison
Call
Compare with both drawing IDs. Note the returned job_id.3
Poll for completion
Call
PollJob with the job_id. The job progresses through queued > started > completed.4
Inspect results
Once complete, use
Query with entity: "block" and include: ["overlays", "changes"] on the compared blocks to get detailed change descriptions.