{
  "id": "response-pending-requirements",
  "title": "Status with pending requirements",
  "description": "A successful Status response lists requirements the Agent still needs to satisfy.",
  "drafts": ["draft-kavian-agent-enrollment-protocol-04"],
  "category": "status",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "core-http"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "core-http"
    }
  },
  "input": {"client_assertion_op": "status"},
  "expected": {
    "status": 200,
    "content_type": "application/aep+json",
    "body": {
      "requirements_pending": ["company.registration"],
      "since": "2026-07-10T12:00:00Z",
      "status": "pending"
    }
  }
}
