curl --request GET \
--url https://api.example.com/api/ingest/{job_id}/trace{
"job_id": "<string>",
"source_id": "<string>",
"events": [
{
"created_at": "2023-11-07T05:31:56Z",
"event_type": "<string>",
"step_name": "<string>",
"step_version": "<string>",
"duration_ms": 123,
"model_name": "<string>",
"payload": {}
}
],
"patterns": {
"deltas": [
{
"after_pct": 50,
"before_pct": 50,
"delta_pct": 123,
"name": "<string>",
"pattern_id": "<string>",
"new_optional_covered": [
"<string>"
],
"new_required_covered": [
"<string>"
]
}
],
"improved_count": 1,
"total_patterns": 1,
"unchanged_count": 1
},
"skills": {
"concepts": [
"<string>"
],
"matched_skills": [
"<string>"
],
"skill_hits": {},
"summary": "<string>",
"tools": [
"<string>"
]
},
"superpowers": {
"improved_count": 1,
"total_composites": 1,
"unchanged_count": 1,
"composite_deltas": [
{
"after_pct": 50,
"before_pct": 50,
"delta_pct": 123,
"dimension": "bottleneck_intuition",
"slug": "<string>",
"title": "<string>",
"new_required_covered": [
"<string>"
],
"new_supporting_covered": [
"<string>"
]
}
],
"meta_skill_deltas": [
{
"after_pct": 50,
"before_pct": 50,
"delta_pct": 123,
"dimension": "bottleneck_intuition",
"title": "<string>"
}
]
}
}Return full traceability payload for one ingestion job.
curl --request GET \
--url https://api.example.com/api/ingest/{job_id}/trace{
"job_id": "<string>",
"source_id": "<string>",
"events": [
{
"created_at": "2023-11-07T05:31:56Z",
"event_type": "<string>",
"step_name": "<string>",
"step_version": "<string>",
"duration_ms": 123,
"model_name": "<string>",
"payload": {}
}
],
"patterns": {
"deltas": [
{
"after_pct": 50,
"before_pct": 50,
"delta_pct": 123,
"name": "<string>",
"pattern_id": "<string>",
"new_optional_covered": [
"<string>"
],
"new_required_covered": [
"<string>"
]
}
],
"improved_count": 1,
"total_patterns": 1,
"unchanged_count": 1
},
"skills": {
"concepts": [
"<string>"
],
"matched_skills": [
"<string>"
],
"skill_hits": {},
"summary": "<string>",
"tools": [
"<string>"
]
},
"superpowers": {
"improved_count": 1,
"total_composites": 1,
"unchanged_count": 1,
"composite_deltas": [
{
"after_pct": 50,
"before_pct": 50,
"delta_pct": 123,
"dimension": "bottleneck_intuition",
"slug": "<string>",
"title": "<string>",
"new_required_covered": [
"<string>"
],
"new_supporting_covered": [
"<string>"
]
}
],
"meta_skill_deltas": [
{
"after_pct": 50,
"before_pct": 50,
"delta_pct": 123,
"dimension": "bottleneck_intuition",
"title": "<string>"
}
]
}
}Successful Response
Full ingest traceability payload for one job.
Show child attributes
Full preview of how proposed skills change pattern fit.
Show child attributes
Skill-level signals derived from extracted learnings for a job/source.
Show child attributes
Preview of how proposed skills change composites and meta-skills.
Show child attributes